| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#334
-records: [
18 => [
[
"timestamp" => 1770390561
"timestamp_rfc3339" => "2026-02-06T15:09:21.277+00:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "admin_icecat_data_edit"
"route_parameters" => [
"_route" => "admin_icecat_data_edit"
"_locale" => "en"
"_controller" => "App\Controller\Admin\IcecatDataCrudController::edit"
"routeCreatedByEasyAdmin" => true
"dashboardControllerFqcn" => "App\Controller\Admin\DashboardController"
"crudControllerFqcn" => "App\Controller\Admin\IcecatDataCrudController"
"crudAction" => "edit"
"entityId" => "7"
]
"request_uri" => "https://manage.syberinfo.com.au/admin/icecat-data/7/edit?page=1"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1770390561
"timestamp_rfc3339" => "2026-02-06T15:09:21.278+00:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticators" => 0
]
"channel" => "security"
]
[
"timestamp" => 1770390561
"timestamp_rfc3339" => "2026-02-06T15:09:21.288+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" => 1770390561
"timestamp_rfc3339" => "2026-02-06T15:09:21.289+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.icecat_id AS icecat_id_3, t0.icecat_product_id AS icecat_product_id_4, t0.icecat_datasheet_url AS icecat_datasheet_url_5, t0.icecat_last_updated AS icecat_last_updated_6, t0.icecat_status AS icecat_status_7, t0.icecat_search_terms AS icecat_search_terms_8 FROM icecat_data t0 WHERE t0.id = ?"
"params" => [
1 => "7"
]
"types" => [
1 => Doctrine\DBAL\ParameterType {#701
+name: "INTEGER"
}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1770390561
"timestamp_rfc3339" => "2026-02-06T15:09:21.307+00:00"
"message" => "Uncaught PHP Exception Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException: "Can't get a way to read the property "productId" in class "App\Entity\IcecatData"." at PropertyAccessor.php line 456"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException {#1500
#message: "Can't get a way to read the property "productId" in class "App\Entity\IcecatData"."
#code: 0
#file: "/home/manage/htdocs/manage.syberinfo.com.au/vendor/symfony/property-access/PropertyAccessor.php"
#line: 456
trace: {
/home/manage/htdocs/manage.syberinfo.com.au/vendor/symfony/property-access/PropertyAccessor.php:456 {
Symfony\Component\PropertyAccess\PropertyAccessor->readProperty(array $zval, string $property, bool $ignoreInvalidProperty = false, bool $isNullSafe = false): array …
› } elseif (!$ignoreInvalidProperty) {
› throw new NoSuchPropertyException(\sprintf('Can\'t get a way to read the property "%s" in class "%s".', $property, $class));
› }
}
/home/manage/htdocs/manage.syberinfo.com.au/vendor/symfony/property-access/PropertyAccessor.php:102 {
Symfony\Component\PropertyAccess\PropertyAccessor->getValue(object|array $objectOrArray, Symfony\Component\PropertyAccess\PropertyPathInterface|string $propertyPath): mixed …
› if (\is_object($objectOrArray) && (false === strpbrk((string) $propertyPath, '.[?') || $objectOrArray instanceof \stdClass && property_exists($objectOrArray, $propertyPath))) {
› return $this->readProperty($zval, $propertyPath, $this->ignoreInvalidProperty)[self::VALUE];
› }
}
/home/manage/htdocs/manage.syberinfo.com.au/vendor/symfony/form/Extension/Core/DataAccessor/PropertyPathAccessor.php:97 {
Symfony\Component\Form\Extension\Core\DataAccessor\PropertyPathAccessor->getPropertyValue(object|array $data, PropertyPathInterface $propertyPath): mixed …
› try {
› return $this->propertyAccessor->getValue($data, $propertyPath);
› } catch (PropertyAccessException $e) {
}
/home/manage/htdocs/manage.syberinfo.com.au/vendor/symfony/form/Extension/Core/DataAccessor/PropertyPathAccessor.php:48 {
Symfony\Component\Form\Extension\Core\DataAccessor\PropertyPathAccessor->getValue(object|array $data, FormInterface $form): mixed …
›
› return $this->getPropertyValue($data, $propertyPath);
› }
}
/home/manage/htdocs/manage.syberinfo.com.au/vendor/symfony/form/Extension/Core/DataAccessor/ChainAccessor.php:35 {
Symfony\Component\Form\Extension\Core\DataAccessor\ChainAccessor->getValue(object|array $data, FormInterface $form): mixed …
› if ($accessor->isReadable($data, $form)) {
› return $accessor->getValue($data, $form);
› }
}
/home/manage/htdocs/manage.syberinfo.com.au/vendor/symfony/form/Extension/Core/DataMapper/DataMapper.php:50 {
Symfony\Component\Form\Extension\Core\DataMapper\DataMapper->mapDataToForms(mixed $data, Traversable $forms): void …
› if (!$empty && $config->getMapped() && $this->dataAccessor->isReadable($data, $form)) {
› $form->setData($this->dataAccessor->getValue($data, $form));
› } else {
}
/home/manage/htdocs/manage.syberinfo.com.au/vendor/symfony/form/Form.php:321 {
Symfony\Component\Form\Form->setData(mixed $modelData): static …
› // Update child forms from the data (unless their config data is locked)
› $this->config->getDataMapper()->mapDataToForms($viewData, new \RecursiveIteratorIterator(new InheritDataAwareIterator($this->children)));
› }
}
/home/manage/htdocs/manage.syberinfo.com.au/vendor/symfony/form/Form.php:410 {
Symfony\Component\Form\Form->initialize(): static …
› if (!$this->defaultDataSet) {
› $this->setData($this->config->getData());
› }
}
/home/manage/htdocs/manage.syberinfo.com.au/vendor/symfony/form/FormBuilder.php:171 {
Symfony\Component\Form\FormBuilder->getForm(): FormInterface …
› // Automatically initialize the form if it is configured so
› $form->initialize();
› }
}
/home/manage/htdocs/manage.syberinfo.com.au/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php:545 {
EasyCorp\Bundle\EasyAdminBundle\Controller\AbstractCrudController->createEditForm(EntityDto $entityDto, KeyValueStore $formOptions, AdminContext $context): FormInterface …
› {
› return $this->createEditFormBuilder($entityDto, $formOptions, $context)->getForm();
› }
}
/home/manage/htdocs/manage.syberinfo.com.au/vendor/easycorp/easyadmin-bundle/src/Controller/AbstractCrudController.php:259 {
EasyCorp\Bundle\EasyAdminBundle\Controller\AbstractCrudController->edit(AdminContext $context) …
›
› $editForm = $this->createEditForm($context->getEntity(), $context->getCrud()->getEditFormOptions(), $context);
› $editForm->handleRequest($context->getRequest());
}
/home/manage/htdocs/manage.syberinfo.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/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"
]
]
1674 => [
[
"timestamp" => 1770390561
"timestamp_rfc3339" => "2026-02-06T15:09:21.324+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1770390561
"timestamp_rfc3339" => "2026-02-06T15:09:21.324+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 {#2164
+name: "STRING"
}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1770390561
"timestamp_rfc3339" => "2026-02-06T15:09:21.325+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1770390561
"timestamp_rfc3339" => "2026-02-06T15:09:21.326+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 {#2164}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1770390561
"timestamp_rfc3339" => "2026-02-06T15:09:21.328+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT @@character_set_database, @@collation_database"
]
"channel" => "doctrine"
]
[
"timestamp" => 1770390561
"timestamp_rfc3339" => "2026-02-06T15:09:21.328+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1770390561
"timestamp_rfc3339" => "2026-02-06T15:09:21.329+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 {#2164}
2 => Doctrine\DBAL\ParameterType {#2164}
3 => Doctrine\DBAL\ParameterType {#2164}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1770390561
"timestamp_rfc3339" => "2026-02-06T15:09:21.331+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1770390561
"timestamp_rfc3339" => "2026-02-06T15:09:21.331+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 {#2164}
2 => Doctrine\DBAL\ParameterType {#2164}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1770390561
"timestamp_rfc3339" => "2026-02-06T15:09:21.331+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1770390561
"timestamp_rfc3339" => "2026-02-06T15:09:21.332+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 {#2164}
2 => Doctrine\DBAL\ParameterType {#2164}
3 => Doctrine\DBAL\ParameterType {#2164}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1770390561
"timestamp_rfc3339" => "2026-02-06T15:09:21.332+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
[
"timestamp" => 1770390561
"timestamp_rfc3339" => "2026-02-06T15:09:21.332+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 {#2164}
2 => Doctrine\DBAL\ParameterType {#2164}
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1770390561
"timestamp_rfc3339" => "2026-02-06T15:09:21.333+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT * FROM doctrine_migration_versions"
]
"channel" => "doctrine"
]
[
"timestamp" => 1770390561
"timestamp_rfc3339" => "2026-02-06T15:09:21.335+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT DATABASE()"
]
"channel" => "doctrine"
]
]
]
-errorCount: [
18 => 1
1674 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#332 …}
} |