Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Log Messages
Level (7)
Channel (6)
Time
Message
deprecation
User Deprecated: Since symfony/security-core 5.4: Not setting the 5th argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" to "false" is deprecated.
User Deprecated: The "cmf.customer_exporter_manager" service is deprecated. Use "CustomerManagementFrameworkBundle\CustomerList\ExporterManagerInterface" instead
User Deprecated: The "cmf.link-activity-definition.linkgenerator" service is deprecated. Use "CustomerManagementFrameworkBundle\LinkGenerator\LinkActivityDefinitionLinkGenerator" instead
User Deprecated: Since symfony/cache 5.4: Usage of a DBAL Connection with "Symfony\Component\Cache\Adapter\PdoAdapter" is deprecated and will be removed in symfony 6.0. Use "Symfony\Component\Cache\Adapter\DoctrineDbalAdapter" instead.
User Deprecated: Since symfony/lock 5.4: Usage of a DBAL Connection with "Symfony\Component\Lock\Store\PdoStore" is deprecated and will be removed in symfony 6.0. Use "Symfony\Component\Lock\Store\DoctrineDbalStore" instead.
User Deprecated: Since symfony/framework-bundle 5.3: The "session" service and "SessionInterface" alias are deprecated, use "$requestStack->getSession()" instead.
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
SELECT * FROM redirects WHERE
(
(source = :sourcePath AND (`type` = :typePath OR `type` = :typeAuto)) OR
(source = :sourcePathQuery AND `type` = :typePathQuery) OR
(source = :sourceEntireUri AND `type` = :typeEntireUri)
) AND active = 1 AND regex IS NULL AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite = '30' AND priority = 99 ORDER BY `priority` DESC
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
doctrine
[
"prettyUrl" => "/AssetDemonew/sitemap.xml"
]
debug
SELECT documents.id FROM documents
LEFT JOIN documents_page ON documents.id = documents_page.id
WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
doctrine
[
"/AssetDemonew/%"
"/sitemap.xml"
]
debug
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
doctrine
[
"prettyUrl" => "/AssetDemonew/sitemap.xml"
]
debug
SELECT documents.id FROM documents
LEFT JOIN documents_page ON documents.id = documents_page.id
WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
doctrine
[
"/AssetDemonew/%"
"/sitemap.xml"
]
debug
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
doctrine
[
"key" => "AssetDemonew"
"path" => "/"
]
debug
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
User Deprecated: Since symfony/security-bundle 5.4: Setting the $authenticatorManagerEnabled argument of "Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector::__construct" to "false" is deprecated, use the new authenticator system instead.
SELECT * FROM redirects WHERE
(
(source = :sourcePath AND (`type` = :typePath OR `type` = :typeAuto)) OR
(source = :sourcePathQuery AND `type` = :typePathQuery) OR
(source = :sourceEntireUri AND `type` = :typeEntireUri)
) AND active = 1 AND regex IS NULL AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite = '30' ORDER BY `priority` DESC
Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://assetportal.pimcoredemos.com/sitemap.xml"" at /var/www/html/pimcore/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
doctrine
[
"prettyUrl" => "/AssetDemonew/sitemap.xml"
]
debug
SELECT documents.id FROM documents
LEFT JOIN documents_page ON documents.id = documents_page.id
WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
doctrine
[
"/AssetDemonew/%"
"/sitemap.xml"
]
debug
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
select documents.id, concat(documents.path, documents.`key`) as fullPath
from documents,
documents_page,
sites
where sites.rootId = documents_page.id
and documents.id = documents_page.id
and documents_page.controller = ?
doctrine
[
"Pimcore\Bundle\PortalEngin [...]"
]
debug
SELECT * FROM documents_editables WHERE documentId = ?
doctrine
[349]
debug
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Event\AuthenticationFailureEvent" class is deprecated, use "Symfony\Component\Security\Http\Event\LoginFailureEvent" with the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.4: The $autenticationManager argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" is deprecated.
User Deprecated: Since symfony/security-bundle 5.4: The "Symfony\Bundle\SecurityBundle\Security\FirewallConfig::allowsAnonymous()" method is deprecated.