Error 500 Internal Server Error

GET https://managsyntest.avinconcept.fr/admin/messagerie/badge

Query Metrics

2 Database Queries
2 Different statements
7.42 ms Query time
1 Invalid entities
2 Managed entities

Queries

Group similar statements

central connection

# Time Info
1 5.46 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.level AS level_4, t0.db_name AS db_name_5, t0.vault_key_id AS vault_key_id_6, t0.default_locale AS default_locale_7, t0.available_locales AS available_locales_8, t0.plan AS plan_9, t0.max_families AS max_families_10, t0.monthly_sms_budget AS monthly_sms_budget_11, t0.payment_gateway AS payment_gateway_12, t0.logo_path AS logo_path_13, t0.slug AS slug_14, t0.primary_color AS primary_color_15, t0.president_name AS president_name_16, t0.subdomain_enabled AS subdomain_enabled_17, t0.custom_domain AS custom_domain_18, t0.street_number AS street_number_19, t0.address AS address_20, t0.city AS city_21, t0.zip AS zip_22, t0.country AS country_23, t0.timezone AS timezone_24, t0.latitude AS latitude_25, t0.longitude AS longitude_26, t0.reference_city AS reference_city_27, t0.phone AS phone_28, t0.email AS email_29, t0.website AS website_30, t0.siret AS siret_31, t0.stripe_customer_id AS stripe_customer_id_32, t0.stripe_subscription_id AS stripe_subscription_id_33, t0.is_active AS is_active_34, t0.has_cemetery_module AS has_cemetery_module_35, t0.has_wordpress_hosting AS has_wordpress_hosting_36, t0.consistoire_reverse_percent AS consistoire_reverse_percent_37, t0.consistoire_sharing_level AS consistoire_sharing_level_38, t0.fundraising_settings AS fundraising_settings_39, t0.created_at AS created_at_40, t0.trial_ends_at AS trial_ends_at_41, t0.parent_id AS parent_id_42 FROM organizations t0 WHERE t0.custom_domain = ? AND t0.is_active = ? LIMIT 1
Parameters:
[
  "managsyntest.avinconcept.fr"
  1
]
2 1.96 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.preferred_locale AS preferred_locale_7, t0.totp_secret AS totp_secret_8, t0.totp_enabled AS totp_enabled_9, t0.email_auth_code AS email_auth_code_10, t0.last_login_at AS last_login_at_11, t0.last_login_ip AS last_login_ip_12, t0.last_login_country AS last_login_country_13, t0.is_active AS is_active_14, t0.must_change_password AS must_change_password_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17, t0.organization_id AS organization_id_18, t0.user_profile_id AS user_profile_id_19 FROM users t0 WHERE t0.id = ?
Parameters:
[
  8
]

Database Connections

Name Service
central doctrine.dbal.central_connection
tenant doctrine.dbal.tenant_connection

Entity Managers

Name Service
central doctrine.orm.central_entity_manager
tenant doctrine.orm.tenant_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Managed Entities

central entity manager

Class Amount of managed objects
App\Entity\Central\User 1
App\Entity\Central\Organization 1

tenant entity manager

Class Amount of managed objects

Entities Mapping

central entity manager

Class Mapping errors
App\Entity\Central\Organization
  • The field App\Entity\Central\Organization#smsPacks is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Central\SmsPack#organization does not contain the required 'inversedBy: "smsPacks"' attribute.
  • The field App\Entity\Central\Organization#wordpressTokens is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Central\WordpressToken#organization does not contain the required 'inversedBy: "wordpressTokens"' attribute.
App\Entity\Central\User No errors.
App\Entity\Central\UserProfile No errors.
App\Entity\Central\UserOrganizationAccess No errors.

tenant entity manager

No loaded entities.