| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#337
-records: [
18 => [
[
"timestamp" => 1784787201
"timestamp_rfc3339" => "2026-07-23T06:13:21.186+00:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "admin_brand_edit"
"route_parameters" => [
"_route" => "admin_brand_edit"
"_controller" => "App\Controller\Admin\BrandCrudController::edit"
"routeCreatedByEasyAdmin" => true
"dashboardControllerFqcn" => "App\Controller\Admin\DashboardController"
"crudControllerFqcn" => "App\Controller\Admin\BrandCrudController"
"crudAction" => "edit"
"entityId" => "175"
]
"request_uri" => "https://content.gamingdesktop.com.au/admin/brand/175/edit?page=6"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1784787201
"timestamp_rfc3339" => "2026-07-23T06:13:21.187+00:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticators" => 0
]
"channel" => "security"
]
[
"timestamp" => 1784787201
"timestamp_rfc3339" => "2026-07-23T06:13:21.200+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" => "content"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => [
"charset" => "utf8mb4"
"collate" => "utf8mb4_unicode_ci"
]
"dama.connection_key" => "default"
"dbname" => "content"
"serverVersion" => "mariadb-10.11.3"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1784787201
"timestamp_rfc3339" => "2026-07-23T06:13:21.201+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.brand_name AS brand_name_2, t0.brand_url AS brand_url_3, t0.brand_description AS brand_description_4, t0.brand_logo AS brand_logo_5 FROM brand t0 WHERE t0.id = ?"
"params" => [
1 => "175"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#740
+name: "INTEGER"
}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1784787201
"timestamp_rfc3339" => "2026-07-23T06:13:21.231+00:00"
"message" => "Uncaught PHP Exception Symfony\Component\Filesystem\Exception\IOException: "Failed to create "/home/content/htdocs/content.gamingdesktop.com.au/public/uploads/brands/": mkdir(): Permission denied" at Filesystem.php line 98"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => Symfony\Component\Filesystem\Exception\IOException {#1507
#message: "Failed to create "/home/content/htdocs/content.gamingdesktop.com.au/public/uploads/brands/": mkdir(): Permission denied"
#code: 0
#file: "/home/content/htdocs/content.gamingdesktop.com.au/vendor/symfony/filesystem/Filesystem.php"
#line: 98
-path: "/home/content/htdocs/content.gamingdesktop.com.au/public/uploads/brands/"
trace: {
/home/content/htdocs/content.gamingdesktop.com.au/vendor/symfony/filesystem/Filesystem.php:98 {
Symfony\Component\Filesystem\Filesystem->mkdir(Traversable|array|string $dirs, int $mode = 511): void …
› if (!self::box('mkdir', $dir, $mode, true) && !is_dir($dir)) {
› throw new IOException(\sprintf('Failed to create "%s": ', $dir).self::$lastError, 0, null, $dir);
› }
}
/home/content/htdocs/content.gamingdesktop.com.au/vendor/easycorp/easyadmin-bundle/src/Form/Type/FileUploadType.php:163 {
EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType->{closure:EasyCorp\Bundle\EasyAdminBundle\Form\Type\FileUploadType::configureOptions():151} …
› if ($isLocalFilesystem && !is_dir($value)) {
› $this->filesystem->mkdir($value);
› }
}
/home/content/htdocs/content.gamingdesktop.com.au/vendor/symfony/options-resolver/OptionsResolver.php:1124 {
Symfony\Component\OptionsResolver\OptionsResolver->offsetGet(mixed $option, bool $triggerDeprecation = true): mixed …
› foreach ($this->normalizers[$option] as $normalizer) {
› $value = $normalizer($this, $value);
› }
}
/home/content/htdocs/content.gamingdesktop.com.au/vendor/symfony/options-resolver/OptionsResolver.php:903 {
Symfony\Component\OptionsResolver\OptionsResolver->resolve(array $options = []): array …
› foreach ($clone->defaults as $option => $_) {
› $clone->offsetGet($option);
› }
}
/home/content/htdocs/content.gamingdesktop.com.au/vendor/symfony/form/ResolvedFormType.php:77 {
Symfony\Component\Form\ResolvedFormType->createBuilder(FormFactoryInterface $factory, string $name, array $options = []): FormBuilderInterface …
› try {
› $options = $this->getOptionsResolver()->resolve($options);
› } catch (ExceptionInterface $e) {
}
/home/content/htdocs/content.gamingdesktop.com.au/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php:58 {
Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy->createBuilder(FormFactoryInterface $factory, string $name, array $options = []): FormBuilderInterface …
› {
› $builder = $this->proxiedType->createBuilder($factory, $name, $options);
›
}
/home/content/htdocs/content.gamingdesktop.com.au/vendor/symfony/form/FormFactory.php:67 {
Symfony\Component\Form\FormFactory->createNamedBuilder(string $name, string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
›
› $builder = $type->createBuilder($this, $name, $options);
›
}
/home/content/htdocs/content.gamingdesktop.com.au/vendor/easycorp/easyadmin-bundle/src/Form/Type/CrudFormType.php:112 {
EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $formField = $builder->getFormFactory()->createNamedBuilder($name, $formFieldType, null, $formFieldOptions);
› $formField->setAttribute('ea_entity', $entityDto);
}
/home/content/htdocs/content.gamingdesktop.com.au/vendor/symfony/form/ResolvedFormType.php:100 {
Symfony\Component\Form\ResolvedFormType->buildForm(FormBuilderInterface $builder, array $options): void …
›
› $this->innerType->buildForm($builder, $options);
›
}
/home/content/htdocs/content.gamingdesktop.com.au/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php:73 {
Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeDataCollectorProxy->buildForm(FormBuilderInterface $builder, array $options): void …
› {
› $this->proxiedType->buildForm($builder, $options);
› }
}
/home/content/htdocs/content.gamingdesktop.com.au/vendor/symfony/form/FormFactory.php:75 {
Symfony\Component\Form\FormFactory->createNamedBuilder(string $name, string $type = '…51', mixed $data = null, array $options = []): FormBuilderInterface …
› // createBuilder() or buildForm() in the resolved form type
› $type->buildForm($builder, $builder->getOptions());
›
}
/home/content/htdocs/content.gamingdesktop.com.au/vendor/easycorp/easyadmin-bundle/src/Factory/FormFactory.php:35 {
EasyCorp\Bundle\EasyAdminBundle\Factory\FormFactory->createEditFormBuilder(EntityDto $entityDto, KeyValueStore $formOptions, AdminContext $context): FormBuilderInterface …
›
› return $this->symfonyFormFactory->createNamedBuilder($entityDto->getName(), CrudFormType::class, $entityDto->getInstance(), $formOptions->all());
› }
}
/home/content/htdocs/content.gamingdesktop.com.au/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php:623 {
EasyCorp\Bundle\EasyAdminBundle\Controller\AbstractCrudController->createEditFormBuilder(EntityDto $entityDto, KeyValueStore $formOptions, AdminContext $context): FormBuilderInterface …
› {
› return $this->container->get(FormFactory::class)->createEditFormBuilder($entityDto, $formOptions, $context);
› }
}
/home/content/htdocs/content.gamingdesktop.com.au/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php:618 {
EasyCorp\Bundle\EasyAdminBundle\Controller\AbstractCrudController->createEditForm(EntityDto $entityDto, KeyValueStore $formOptions, AdminContext $context): FormInterface …
› {
› return $this->createEditFormBuilder($entityDto, $formOptions, $context)->getForm();
› }
}
/home/content/htdocs/content.gamingdesktop.com.au/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php:268 {
EasyCorp\Bundle\EasyAdminBundle\Controller\AbstractCrudController->edit(AdminContext $context) …
›
› $editForm = $this->createEditForm($context->getEntity(), $context->getCrud()->getEditFormOptions(), $context);
› $editForm->handleRequest($context->getRequest());
}
/home/content/htdocs/content.gamingdesktop.com.au/vendor/symfony/http-kernel/HttpKernel.php:183 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/home/content/htdocs/content.gamingdesktop.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/content/htdocs/content.gamingdesktop.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/content/htdocs/content.gamingdesktop.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/content/htdocs/content.gamingdesktop.com.au/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/content/htdocs/content.gamingdesktop.com.au/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/home/content/htdocs/content.gamingdesktop.com.au/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
]
1693 => [
[
"timestamp" => 1784787201
"timestamp_rfc3339" => "2026-07-23T06:13:21.257+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1784787201
"timestamp_rfc3339" => "2026-07-23T06:13:21.259+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 => "content"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#2153
+name: "STRING"
}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1784787201
"timestamp_rfc3339" => "2026-07-23T06:13:21.260+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1784787201
"timestamp_rfc3339" => "2026-07-23T06:13:21.260+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 => "content"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#2153}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1784787201
"timestamp_rfc3339" => "2026-07-23T06:13:21.263+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT @@character_set_database, @@collation_database"
]
"channel" => "doctrine"
]
[
"timestamp" => 1784787201
"timestamp_rfc3339" => "2026-07-23T06:13:21.264+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1784787201
"timestamp_rfc3339" => "2026-07-23T06:13:21.264+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT c.TABLE_NAME,\n
c.COLUMN_NAME,\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 = 'content'\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
),\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,\n
c.COLUMN_DEFAULT,\n
c.EXTRA,\n
c.COLUMN_COMMENT,\n
c.CHARACTER_SET_NAME,\n
c.COLLATION_NAME\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 => "content"
2 => "content"
3 => "doctrine_migration_versions"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#2153}
2 => Doctrine\DBAL\ParameterType {#2153}
3 => Doctrine\DBAL\ParameterType {#2153}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1784787201
"timestamp_rfc3339" => "2026-07-23T06:13:21.269+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1784787201
"timestamp_rfc3339" => "2026-07-23T06:13:21.269+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 => "content"
2 => "doctrine_migration_versions"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#2153}
2 => Doctrine\DBAL\ParameterType {#2153}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1784787201
"timestamp_rfc3339" => "2026-07-23T06:13:21.271+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1784787201
"timestamp_rfc3339" => "2026-07-23T06:13:21.271+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT tc.TABLE_NAME,\n
tc.CONSTRAINT_NAME,\n
kcu.COLUMN_NAME\n
FROM information_schema.TABLE_CONSTRAINTS tc\n
INNER JOIN information_schema.KEY_COLUMN_USAGE kcu\n
ON kcu.TABLE_NAME = tc.TABLE_NAME\n
AND kcu.CONSTRAINT_NAME = tc.CONSTRAINT_NAME\n
WHERE tc.TABLE_SCHEMA = ? AND kcu.TABLE_SCHEMA = ? AND tc.TABLE_NAME = ?\n
AND tc.CONSTRAINT_TYPE = 'PRIMARY KEY'\n
ORDER BY TABLE_NAME,\n
kcu.ORDINAL_POSITION
"""
"params" => [
1 => "content"
2 => "content"
3 => "doctrine_migration_versions"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#2153}
2 => Doctrine\DBAL\ParameterType {#2153}
3 => Doctrine\DBAL\ParameterType {#2153}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1784787201
"timestamp_rfc3339" => "2026-07-23T06:13:21.272+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1784787201
"timestamp_rfc3339" => "2026-07-23T06:13:21.273+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT TABLE_NAME,\n
INDEX_NAME,\n
INDEX_TYPE,\n
NON_UNIQUE,\n
COLUMN_NAME,\n
SUB_PART\n
FROM information_schema.STATISTICS\n
WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ?\n
AND INDEX_NAME != 'PRIMARY'\n
ORDER BY TABLE_NAME,\n
SEQ_IN_INDEX
"""
"params" => [
1 => "content"
2 => "doctrine_migration_versions"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#2153}
2 => Doctrine\DBAL\ParameterType {#2153}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1784787201
"timestamp_rfc3339" => "2026-07-23T06:13:21.273+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1784787201
"timestamp_rfc3339" => "2026-07-23T06:13:21.274+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => """
SELECT k.TABLE_NAME,\n
k.CONSTRAINT_NAME,\n
k.REFERENCED_TABLE_NAME,\n
c.UPDATE_RULE,\n
c.DELETE_RULE,\n
k.COLUMN_NAME,\n
k.REFERENCED_COLUMN_NAME\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 => "content"
2 => "content"
3 => "doctrine_migration_versions"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#2153}
2 => Doctrine\DBAL\ParameterType {#2153}
3 => Doctrine\DBAL\ParameterType {#2153}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1784787201
"timestamp_rfc3339" => "2026-07-23T06:13:21.275+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM doctrine_migration_versions"
]
"channel" => "doctrine"
]
[
"timestamp" => 1784787201
"timestamp_rfc3339" => "2026-07-23T06:13:21.278+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
]
]
-errorCount: [
18 => 1
1693 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#335 …}
} |