| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#334
-records: [
18 => [
[
"timestamp" => 1770390415
"timestamp_rfc3339" => "2026-02-06T15:06:55.707+00:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "admin_category_detail"
"route_parameters" => [
"_route" => "admin_category_detail"
"_locale" => "en"
"_controller" => "App\Controller\Admin\CategoryCrudController::detail"
"routeCreatedByEasyAdmin" => true
"dashboardControllerFqcn" => "App\Controller\Admin\DashboardController"
"crudControllerFqcn" => "App\Controller\Admin\CategoryCrudController"
"crudAction" => "detail"
"entityId" => "batch-delete"
]
"request_uri" => "https://manage.syberinfo.com.au/admin/category/batch-delete?page=1"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1770390415
"timestamp_rfc3339" => "2026-02-06T15:06:55.708+00:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticators" => 0
]
"channel" => "security"
]
[
"timestamp" => 1770390415
"timestamp_rfc3339" => "2026-02-06T15:06:55.719+00:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"charset" => "utf8mb4"
"driver" => "pdo_mysql"
"idle_connection_ttl" => 600
"host" => "127.0.0.1"
"port" => 3306
"user" => "manage"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => [
"charset" => "utf8mb4"
"collate" => "utf8mb4_unicode_ci"
]
"dama.connection_key" => "default"
"dbname" => "manage"
"serverVersion" => "mariadb-10.11.3"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1770390415
"timestamp_rfc3339" => "2026-02-06T15:06:55.720+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.sku AS sku_2, t0.c1 AS c1_3, t0.c2 AS c2_4, t0.c3 AS c3_5, t0.c4 AS c4_6, t0.icecat_category AS icecat_category_7, t0.icecat_category_id AS icecat_category_id_8 FROM category t0 WHERE t0.id = ?"
"params" => [
1 => "batch-delete"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#701
+name: "INTEGER"
}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1770390415
"timestamp_rfc3339" => "2026-02-06T15:06:55.729+00:00"
"message" => "Uncaught PHP Exception EasyCorp\Bundle\EasyAdminBundle\Exception\EntityNotFoundException: "The "App\Entity\Category" entity with "id = batch-delete" does not exist in the database. The entity may have been deleted by mistake or by a "cascade={"remove"}" operation executed by Doctrine." at EntityFactory.php line 196"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => EasyCorp\Bundle\EasyAdminBundle\Exception\EntityNotFoundException {#417
#message: "The "App\Entity\Category" entity with "id = batch-delete" does not exist in the database. The entity may have been deleted by mistake or by a "cascade={"remove"}" operation executed by Doctrine."
#code: 0
#file: "/home/manage/htdocs/manage.syberinfo.com.au/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php"
#line: 196
-statusCode: 404
-headers: []
-context: EasyCorp\Bundle\EasyAdminBundle\Context\ExceptionContext {#739 …}
trace: {
/home/manage/htdocs/manage.syberinfo.com.au/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php:196 {
EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory->getEntityInstance(string $entityFqcn, mixed $entityIdValue): object …
›
› throw new EntityNotFoundException(['entity_name' => $entityFqcn, 'entity_id_name' => $entityIdName, 'entity_id_value' => $entityIdValue]);
› }
}
/home/manage/htdocs/manage.syberinfo.com.au/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php:152 {
EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory->doCreate(?string $entityFqcn = null, mixed $entityId = null, Symfony\Component\ExpressionLanguage\Expression|string|null $entityPermission = null, ?object $entityInstance = null): EntityDto …
› if (null === $entityInstance && null !== $entityFqcn) {
› $entityInstance = null === $entityId ? null : $this->getEntityInstance($entityFqcn, $entityId);
› }
}
/home/manage/htdocs/manage.syberinfo.com.au/vendor/easycorp/easyadmin-bundle/src/Factory/EntityFactory.php:86 {
EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory->create(string $entityFqcn, mixed $entityId = null, Symfony\Component\ExpressionLanguage\Expression|string|null $entityPermission = null): EntityDto …
› {
› return $this->doCreate($entityFqcn, $entityId, $entityPermission);
› }
}
/home/manage/htdocs/manage.syberinfo.com.au/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php:271 {
EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory->getEntityDto(Request $request, ?CrudDto $crudDto): EntityDto …
›
› return $this->entityFactory->create($crudDto->getEntityFqcn(), $entityId, $crudDto->getEntityPermission());
› }
}
/home/manage/htdocs/manage.syberinfo.com.au/vendor/easycorp/easyadmin-bundle/src/Factory/AdminContextFactory.php:66 {
EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory->create(Request $request, DashboardControllerInterface $dashboardController, ?CrudControllerInterface $crudController, ?string $actionName = null): AdminContext …
› $crudDto = $this->getCrudDto($this->crudControllers, $dashboardController, $crudController, new ActionConfigDto(), $filters, $crudAction, $pageName);
› $entityDto = $this->getEntityDto($request, $crudDto);
› $searchDto = $this->getSearchDto($request, $crudDto);
}
/home/manage/htdocs/manage.syberinfo.com.au/vendor/easycorp/easyadmin-bundle/src/EventListener/AdminRouterSubscriber.php:132 {
EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber->onKernelRequestPrettyUrls(RequestEvent $event): void …
› $crudControllerInstance = $this->controllerFactory->getCrudControllerInstance($crudControllerFqcn, $actionName, $request);
› $adminContext = $this->adminContextFactory->create($request, $dashboardControllerInstance, $crudControllerInstance, $actionName);
› }
}
/home/manage/htdocs/manage.syberinfo.com.au/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/home/manage/htdocs/manage.syberinfo.com.au/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/home/manage/htdocs/manage.syberinfo.com.au/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/home/manage/htdocs/manage.syberinfo.com.au/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/home/manage/htdocs/manage.syberinfo.com.au/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/home/manage/htdocs/manage.syberinfo.com.au/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/home/manage/htdocs/manage.syberinfo.com.au/vendor/symfony/http-kernel/Kernel.php:191 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/home/manage/htdocs/manage.syberinfo.com.au/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/home/manage/htdocs/manage.syberinfo.com.au/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/manage/htdocs/manage.syberinfo.com.au/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/manage/htdocs/manage.syberinfo.com.au/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
]
1186 => [
[
"timestamp" => 1770390415
"timestamp_rfc3339" => "2026-02-06T15:06:55.743+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1770390415
"timestamp_rfc3339" => "2026-02-06T15:06:55.743+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT TABLE_NAME\n
FROM information_schema.TABLES\n
WHERE TABLE_SCHEMA = ?\n
AND TABLE_TYPE = 'BASE TABLE'\n
ORDER BY TABLE_NAME
"""
"params" => [
1 => "manage"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#1753
+name: "STRING"
}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1770390415
"timestamp_rfc3339" => "2026-02-06T15:06:55.744+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1770390415
"timestamp_rfc3339" => "2026-02-06T15:06:55.745+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT TABLE_NAME\n
FROM information_schema.TABLES\n
WHERE TABLE_SCHEMA = ?\n
AND TABLE_TYPE = 'BASE TABLE'\n
ORDER BY TABLE_NAME
"""
"params" => [
1 => "manage"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#1753}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1770390415
"timestamp_rfc3339" => "2026-02-06T15:06:55.747+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT @@character_set_database, @@collation_database"
]
"channel" => "doctrine"
]
[
"timestamp" => 1770390415
"timestamp_rfc3339" => "2026-02-06T15:06:55.747+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1770390415
"timestamp_rfc3339" => "2026-02-06T15:06:55.748+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT\n
c.TABLE_NAME,\n
c.COLUMN_NAME AS field,\n
IF(\n
c.DATA_TYPE = 'longtext'\n
AND EXISTS(\n
SELECT * FROM information_schema.CHECK_CONSTRAINTS i_c\n
WHERE i_c.CONSTRAINT_SCHEMA = 'manage'\n
AND i_c.TABLE_NAME = c.TABLE_NAME\n
AND i_c.CHECK_CLAUSE = CONCAT(\n
'json_valid(`',\n
c.COLUMN_NAME,\n
'`)'\n
)\n
),\n
'json',\n
c.DATA_TYPE\n
) AS type,\n
c.COLUMN_TYPE,\n
c.CHARACTER_MAXIMUM_LENGTH,\n
c.CHARACTER_OCTET_LENGTH,\n
c.NUMERIC_PRECISION,\n
c.NUMERIC_SCALE,\n
c.IS_NULLABLE AS `null`,\n
c.COLUMN_KEY AS `key`,\n
c.COLUMN_DEFAULT AS `default`,\n
c.EXTRA,\n
c.COLUMN_COMMENT AS comment,\n
c.CHARACTER_SET_NAME AS characterset,\n
c.COLLATION_NAME AS collation\n
FROM information_schema.COLUMNS c\n
INNER JOIN information_schema.TABLES t\n
ON t.TABLE_NAME = c.TABLE_NAME\n
WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ?\n
AND t.TABLE_TYPE = 'BASE TABLE'\n
ORDER BY c.TABLE_NAME,\n
c.ORDINAL_POSITION
"""
"params" => [
1 => "manage"
2 => "manage"
3 => "doctrine_migration_versions"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#1753}
2 => Doctrine\DBAL\ParameterType {#1753}
3 => Doctrine\DBAL\ParameterType {#1753}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1770390415
"timestamp_rfc3339" => "2026-02-06T15:06:55.749+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1770390415
"timestamp_rfc3339" => "2026-02-06T15:06:55.750+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT\n
TABLE_NAME,\n
NON_UNIQUE AS Non_Unique,\n
INDEX_NAME AS Key_name,\n
COLUMN_NAME AS Column_Name,\n
SUB_PART AS Sub_Part,\n
INDEX_TYPE AS Index_Type\n
FROM information_schema.STATISTICS\n
WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ?\n
ORDER BY TABLE_NAME,\n
SEQ_IN_INDEX
"""
"params" => [
1 => "manage"
2 => "doctrine_migration_versions"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#1753}
2 => Doctrine\DBAL\ParameterType {#1753}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1770390415
"timestamp_rfc3339" => "2026-02-06T15:06:55.750+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1770390415
"timestamp_rfc3339" => "2026-02-06T15:06:55.750+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT\n
k.TABLE_NAME,\n
k.CONSTRAINT_NAME,\n
k.COLUMN_NAME,\n
k.REFERENCED_TABLE_NAME,\n
k.REFERENCED_COLUMN_NAME,\n
k.ORDINAL_POSITION,\n
c.UPDATE_RULE,\n
c.DELETE_RULE\n
FROM information_schema.key_column_usage k\n
INNER JOIN information_schema.referential_constraints c\n
ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\n
AND c.TABLE_NAME = k.TABLE_NAME\n
WHERE k.TABLE_SCHEMA = ? AND c.CONSTRAINT_SCHEMA = ? AND k.TABLE_NAME = ?\n
AND k.REFERENCED_COLUMN_NAME IS NOT NULL\n
ORDER BY k.TABLE_NAME,\n
k.CONSTRAINT_NAME,\n
k.ORDINAL_POSITION
"""
"params" => [
1 => "manage"
2 => "manage"
3 => "doctrine_migration_versions"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#1753}
2 => Doctrine\DBAL\ParameterType {#1753}
3 => Doctrine\DBAL\ParameterType {#1753}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1770390415
"timestamp_rfc3339" => "2026-02-06T15:06:55.751+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1770390415
"timestamp_rfc3339" => "2026-02-06T15:06:55.751+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT t.TABLE_NAME,\n
t.ENGINE,\n
t.AUTO_INCREMENT,\n
t.TABLE_COMMENT,\n
t.CREATE_OPTIONS,\n
t.TABLE_COLLATION,\n
ccsa.CHARACTER_SET_NAME\n
FROM information_schema.TABLES t\n
INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n
ON ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'
"""
"params" => [
1 => "manage"
2 => "doctrine_migration_versions"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#1753}
2 => Doctrine\DBAL\ParameterType {#1753}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1770390415
"timestamp_rfc3339" => "2026-02-06T15:06:55.752+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM doctrine_migration_versions"
]
"channel" => "doctrine"
]
[
"timestamp" => 1770390415
"timestamp_rfc3339" => "2026-02-06T15:06:55.754+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
]
]
-errorCount: [
18 => 1
1186 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#332 …}
} |