Error 404 Not Found

GET https://dev.bowkaye.com/robots.txt

Forwarded to ErrorController (264cbf)

Query Metrics

2 Database Queries
1 Different statements
1.79 ms Query time
8 Invalid entities
0 Managed entities

Queries

Group similar statements

# Time Info
1 1.20 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.title AS title_4, t0.slug AS slug_5, t0.url AS url_6, t0.visibility AS visibility_7, t0.type AS type_8 FROM seo_redirection t0 WHERE t0.slug = ? AND t0.visibility = ? LIMIT 1
Parameters:
[
  "robots.txt"
  1
]
2 0.59 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.title AS title_4, t0.slug AS slug_5, t0.url AS url_6, t0.visibility AS visibility_7, t0.type AS type_8 FROM seo_redirection t0 WHERE t0.slug = ? AND t0.visibility = ? LIMIT 1
Parameters:
[
  "robots.txt"
  1
]

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.

Managed Entities

default entity manager

Class Amount of managed objects

Entities Mapping

Class Mapping errors
App\Entity\Seo\Redirection No errors.
Vich\UploaderBundle\Entity\File No errors.
App\Entity\Pages\Pages No errors.
App\Entity\Pages\PagesHasBlocks No errors.
App\Entity\Core\Mails
  • The field 'App\Entity\Core\Mails#locked' has the property type 'string' that differs from the metadata field type 'bool' returned by the 'boolean' DBAL type.
  • The field 'App\Entity\Core\Mails#sequence' has the property type 'string' that differs from the metadata field type 'int' returned by the 'integer' DBAL type.
App\Entity\Core\Pages No errors.
App\Entity\Core\Events
  • The field 'App\Entity\Core\Events#viewPrivate' has the property type 'string' that differs from the metadata field type 'bool' returned by the 'boolean' DBAL type.
  • The field 'App\Entity\Core\Events#closed' has the property type 'string' that differs from the metadata field type 'bool' returned by the 'boolean' DBAL type.
  • The field 'App\Entity\Core\Events#places' has the property type 'string' that differs from the metadata field type 'int' returned by the 'integer' DBAL type.
App\Entity\Core\MessagesHasLikes
  • The field 'App\Entity\Core\MessagesHasLikes#like' has the property type 'string' that differs from the metadata field type 'bool' returned by the 'boolean' DBAL type.
  • The field 'App\Entity\Core\MessagesHasLikes#love' has the property type 'string' that differs from the metadata field type 'bool' returned by the 'boolean' DBAL type.
App\Entity\Core\Tools
  • The field 'App\Entity\Core\Tools#sequence' has the property type 'string' that differs from the metadata field type 'int' returned by the 'integer' DBAL type.
App\Entity\Core\GroupsHasUsers No errors.
App\Entity\Core\EventsHasTags No errors.
App\Entity\Core\Agencies No errors.
App\Entity\Core\Followers No errors.
App\Entity\Core\Users No errors.
App\Entity\Core\Groups
  • The field 'App\Entity\Core\Groups#viewPrivate' has the property type 'string' that differs from the metadata field type 'bool' returned by the 'boolean' DBAL type.
  • The field 'App\Entity\Core\Groups#automaticRegister' has the property type 'string' that differs from the metadata field type 'bool' returned by the 'boolean' DBAL type.
  • The field 'App\Entity\Core\Groups#share' has the property type 'string' that differs from the metadata field type 'bool' returned by the 'boolean' DBAL type.
App\Entity\Core\Media
  • The field 'App\Entity\Core\Media#viewPrivate' has the property type 'string' that differs from the metadata field type 'bool' returned by the 'boolean' DBAL type.
App\Entity\Core\Lives No errors.
App\Entity\Core\Messages
  • The field 'App\Entity\Core\Messages#viewStory' has the property type 'string' that differs from the metadata field type 'bool' returned by the 'boolean' DBAL type.
App\Entity\Core\Comments No errors.
App\Entity\Core\MediaHasTags No errors.
App\Entity\Core\UsersHasRoles No errors.
Gesdinet\JWTRefreshTokenBundle\Entity\RefreshToken No errors.
App\Entity\Core\RefreshToken No errors.
App\Entity\Articles\Articles No errors.
App\Entity\Articles\ArticlesHasCategories No errors.
App\Entity\Menu\WebsiteItems No errors.
App\Entity\Menu\Items No errors.
App\Entity\Menu\WebsiteParents No errors.
App\Entity\Menu\Parents No errors.
App\Entity\Chatbot\Rooms No errors.
App\Entity\Chatbot\ActiveSessions No errors.
App\Entity\Chatbot\Messages No errors.
App\Entity\Tchat\Participants No errors.
App\Entity\Tchat\MessagesAttachments No errors.
App\Entity\Tchat\Groups
  • The field App\Entity\Tchat\Groups#participants is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Tchat\Participants#group does not contain the required 'inversedBy="participants"' attribute.
  • The field App\Entity\Tchat\Groups#messages is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Tchat\Messages#group does not contain the required 'inversedBy="messages"' attribute.
App\Entity\Tchat\Messages No errors.