Error 500 Internal Server Error

GET https://efectivate.zentro.com.mx/blog/buscar?clave=Pr%C3%A9stamo&pag=78661

Query Metrics

7 Database Queries
4 Different statements
1.90 ms Query time
5 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.86 ms
(45.11%)
4
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.tiempo_lectura AS tiempo_lectura_3, t0.visitas AS visitas_4, t0.titulo AS titulo_5, t0.resumen AS resumen_6, t0.contenido AS contenido_7, t0.keywords AS keywords_8, t0.image AS image_9, t0.image_size AS image_size_10, t0.updated_at AS updated_at_11, t0.categoria_id AS categoria_id_12, t0.created_by AS created_by_13 FROM blog_entrada t0 WHERE t0.categoria_id = ? ORDER BY t0.created_at DESC
Parameters:
[
  1
]
0.47 ms
(24.68%)
1
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT b0_.id AS id_0, b0_.created_at AS created_at_1, b0_.tiempo_lectura AS tiempo_lectura_2, b0_.visitas AS visitas_3, b0_.titulo AS titulo_4, b0_.resumen AS resumen_5, b0_.contenido AS contenido_6, b0_.keywords AS keywords_7, b0_.image AS image_8, b0_.image_size AS image_size_9, b0_.updated_at AS updated_at_10 FROM blog_entrada b0_ WHERE LOWER(b0_.keywords) LIKE ? ORDER BY b0_.created_at DESC) dctrn_result) dctrn_table
Parameters:
[
  "%préstamo%"
]
0.32 ms
(16.77%)
1
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0, created_at_1 FROM (SELECT b0_.id AS id_0, b0_.created_at AS created_at_1, b0_.tiempo_lectura AS tiempo_lectura_2, b0_.visitas AS visitas_3, b0_.titulo AS titulo_4, b0_.resumen AS resumen_5, b0_.contenido AS contenido_6, b0_.keywords AS keywords_7, b0_.image AS image_8, b0_.image_size AS image_size_9, b0_.updated_at AS updated_at_10 FROM blog_entrada b0_ WHERE LOWER(b0_.keywords) LIKE ?) dctrn_result_inner ORDER BY created_at_1 DESC) dctrn_result LIMIT 20 OFFSET 1573200
Parameters:
[
  "%préstamo%"
]
0.25 ms
(13.44%)
1
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.descripcion AS descripcion_3, t0.parent AS parent_4 FROM blog_categoria t0 WHERE t0.parent IS NULL
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping

Class Mapping errors
App\Entity\BlogEntry No errors.
App\Entity\BlogCategory No errors.
App\Entity\User No errors.
App\Entity\Loan No errors.
App\Entity\OpenPay\OpenPayInstrumentos No errors.
App\Entity\Conecta\ConectaInstrumentos No errors.
App\Entity\Stripe\StripeInstrumentos No errors.
App\Entity\Unlimit\UnlimitInstrumentos No errors.
App\Entity\Log\LoginRegister No errors.
App\Entity\Auth\UserAuthentication No errors.
App\Entity\Producto No errors.
App\Entity\FrecuenciaPago No errors.
App\Entity\LoanAmortization No errors.
App\Entity\LoanFee No errors.
App\Entity\LoanPayment No errors.
App\Entity\LoanDocument No errors.
App\Entity\LoanComment No errors.
App\Entity\LoanBureau No errors.
App\Entity\LoanForm No errors.
App\Entity\LoanDeposit No errors.
App\Entity\LoanPaymentExcess No errors.
App\Entity\Unlimit\UnlimitErrores No errors.
App\Entity\Stripe\StripeErrores No errors.
App\Entity\Amortization
  • The field 'App\Entity\Amortization#primer_prestamo' has the property type 'float' that differs from the metadata field type 'int' returned by the 'integer' DBAL type.
App\Entity\PeriodQuantity No errors.
App\Entity\TipoSector No errors.
App\Entity\SocialNetworkProspectus No errors.
App\Entity\LoanAmortizationDetail
  • The field App\Entity\LoanAmortizationDetail#payments is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\LoanAmortizationDetailPayments#amortizationDetail does not contain the required 'inversedBy="payments"' attribute.
App\Entity\ProductoCategoria No errors.
App\Entity\Task\TaskQueue No errors.
App\Entity\Rate
  • The field 'App\Entity\Rate#tipo_plazo' has the property type 'float' that differs from the metadata field type 'int' returned by the 'integer' DBAL type.
  • The field 'App\Entity\Rate#no_plazo' has the property type 'float' that differs from the metadata field type 'int' returned by the 'integer' DBAL type.
App\Entity\ResetPasswordRequest No errors.
App\Entity\Stp\StpTransaction No errors.
App\Entity\LoanAmortizationDetailPayments No errors.
App\Entity\OpenPay\OpenPayErrores No errors.
App\Entity\AmortizationDetail
  • The field 'App\Entity\AmortizationDetail#no_pago' has the property type 'float' that differs from the metadata field type 'int' returned by the 'integer' DBAL type.
App\Entity\Formularios\Tipo No errors.
App\Entity\Formularios\Campo No errors.
App\Entity\Formularios\EmpresasFiliales No errors.
App\Entity\Formularios\Amortizaciones
  • The field 'App\Entity\Formularios\Amortizaciones#periodos' uses a non-existent type 'int'.
App\Entity\Formularios\Ciudad No errors.
App\Entity\Formularios\DocumentoRequerido No errors.
App\Entity\Formularios\Bancos No errors.
App\Entity\Formularios\Estado No errors.
App\Entity\Formularios\Seccion No errors.
Vich\UploaderBundle\Entity\File No errors.