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 (4)
Time
Message
deprecation
Since symfony/framework-bundle 5.3: Not setting the "framework.session.storage_factory_id" configuration option is deprecated, it will default to "session.storage.factory.native" and will replace the "framework.session.storage_id" configuration option in version 6.0.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Doctrine\ORM\Tools\Console\Command\ConvertMappingCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Symfony\Component\Console\Command\Command::execute()" might add "int" as a native return type declaration in the future. Do the same in child class "Doctrine\ORM\Tools\Console\Command\EnsureProductionSettingsCommand" now to avoid errors or add an explicit @return annotation to suppress this message.
Enabling the "sensio_framework_extra.router.annotations" configuration is deprecated since version 5.2. Set it to false and use the "Symfony\Component\Routing\Annotation\Route" annotation from Symfony itself.
Method "Doctrine\Common\EventSubscriber::getSubscribedEvents()" might add "array" as a native return type declaration in the future. Do the same in implementation "Gedmo\Loggable\LoggableListener" now to avoid errors or add an explicit @return annotation to suppress this message.
Method "Twig\Extension\ExtensionInterface::getFilters()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Package\Openform\Twig\CustomExtensions" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\EntryPoint\FormAuthenticationEntryPoint" class is deprecated, use the new security system with "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator" instead.
User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\RememberMeServicesInterface" interface is deprecated, use "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface" instead.
User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\AbstractRememberMeServices" class is deprecated, use "Symfony\Component\Security\Http\RememberMe\AbstractRememberMeHandler" instead.
User Deprecated: Since symfony/security-http 5.4: The "Symfony\Component\Security\Http\RememberMe\TokenBasedRememberMeServices" class is deprecated, use "Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler" instead.
User Deprecated: Since symfony/security-http 5.4: Method "Symfony\Component\Security\Http\Firewall\ContextListener::setRememberMeServices()" is deprecated, use the new remember me handlers instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.form.admin_admin_default" service is deprecated, use the new authenticator system instead.
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-http 5.3: The "Symfony\Component\Security\Http\Firewall\UsernamePasswordFormAuthenticationListener" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AbstractAuthenticationListener" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.rememberme.admin_admin_default" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\RememberMeListener" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.admin_admin_default" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.4: Using an object that is not an instance of "Symfony\Component\Security\Core\User\UserInterface" as $user in "Symfony\Component\Security\Core\Authentication\Token\AnonymousToken" is deprecated.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.admin_admin" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\UserAuthenticationProvider" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface" interface is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.rememberme.admin_admin" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\RememberMeAuthenticationProvider" class is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.admin_admin" service is deprecated, use the new authenticator system instead.
User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider" class is deprecated, use the new authenticator system instead.
Populated the TokenStorage with an anonymous Token.
security
deprecation
User Deprecated: Since symfony/security-http 5.4: The $authManager argument of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct" is deprecated.
User Deprecated: Since symfony/security-http 5.4: Not setting the $exceptionOnNoToken argument of "Symfony\Component\Security\Http\Firewall\AccessListener::__construct" to "false" is deprecated.
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.
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.
SELECT a0_.id AS id_0, a0_.created_at AS created_at_1, a0_.updated_at AS updated_at_2, a0_.stat AS stat_3, a0_.ord AS ord_4, a0_.parent_id AS parent_id_5, a0_.name AS name_6, a0_.is_breadcrumb_transient AS is_breadcrumb_transient_7, a0_.package AS package_8, a0_.main_menu AS main_menu_9, a0_.entity_name AS entity_name_10, a0_.entity_package AS entity_package_11, a1_.id AS id_12, a1_.created_at AS created_at_13, a1_.updated_at AS updated_at_14, a1_.translatable_id AS translatable_id_15, a1_.lang AS lang_16, a1_.title AS title_17, a1_.slug AS slug_18, a0_.parent_id AS parent_id_19, a1_.translatable_id AS translatable_id_20 FROM admin_admin_module a0_ LEFT JOIN admin_admin_module_translation a1_ ON a0_.id = a1_.translatable_id WHERE a0_.stat = 1 AND (a1_.title IS NOT NULL AND a1_.title <> '') AND a1_.slug = ? AND a1_.lang = ?
doctrine
[
"zabytyki"
"pl"
]
debug
SELECT a0_.id AS id_0, a0_.created_at AS created_at_1, a0_.updated_at AS updated_at_2, a0_.stat AS stat_3, a0_.ord AS ord_4, a0_.name AS name_5, a0_.methods AS methods_6, a1_.id AS id_7, a1_.created_at AS created_at_8, a1_.updated_at AS updated_at_9, a1_.translatable_id AS translatable_id_10, a1_.lang AS lang_11, a1_.title AS title_12, a1_.slug AS slug_13, a1_.translatable_id AS translatable_id_14 FROM admin_admin_action a0_ LEFT JOIN admin_admin_action_translation a1_ ON a0_.id = a1_.translatable_id WHERE a0_.stat = 1 AND (a1_.title IS NOT NULL AND a1_.title <> '') AND a1_.slug = ? AND a1_.lang = ?
doctrine
[
"edycja"
"pl"
]
debug
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.stat AS stat_4, t0.ord AS ord_5, t0.image_path AS image_path_6, t0.video_path AS video_path_7, t0.yt_code AS yt_code_8, t0.publish_date AS publish_date_9, t0.relict_arrange AS relict_arrange_10, t0.is_inverted_template AS is_inverted_template_11, t0.file_path AS file_path_12, t0.link AS link_13, t0.exhibition_home_button_visible AS exhibition_home_button_visible_14, t0.background AS background_15, t0.text_area_width AS text_area_width_16, t0.show_header AS show_header_17, t0.header_background_color AS header_background_color_18, t0.show_thumbs AS show_thumbs_19, t0.thumbs_height AS thumbs_height_20, t0.thumbs_background_color AS thumbs_background_color_21, t0.slider_thumbs_background_color AS slider_thumbs_background_color_22, t0.navi_background_color AS navi_background_color_23, t0.line_height AS line_height_24, t0.line_height2 AS line_height2_25, t0.line_color AS line_color_26, t0.line_color2 AS line_color2_27, t0.button_label AS button_label_28, t0.line_width_vertical1 AS line_width_vertical1_29, t0.line_width_vertical2 AS line_width_vertical2_30, t0.line_color_vertical1 AS line_color_vertical1_31, t0.line_color_vertical2 AS line_color_vertical2_32, t0.line_height_left AS line_height_left_33, t0.line_height_top1 AS line_height_top1_34, t0.line_height_top2 AS line_height_top2_35, t0.line_height_bottom1 AS line_height_bottom1_36, t0.line_height_bottom2 AS line_height_bottom2_37, t0.line_color_left AS line_color_left_38, t0.line_color_top1 AS line_color_top1_39, t0.line_color_top2 AS line_color_top2_40, t0.line_color_bottom1 AS line_color_bottom1_41, t0.line_color_bottom2 AS line_color_bottom2_42, t0.image_background_color AS image_background_color_43, t0.image_header_stat AS image_header_stat_44, t0.image_header_text_color AS image_header_text_color_45, t0.image_header_background_color AS image_header_background_color_46, t0.image_footer_text_color AS image_footer_text_color_47, t0.image_footer_background_color AS image_footer_background_color_48, t0.gallery_column_height AS gallery_column_height_49, t0.image_column_width AS image_column_width_50, t0.image_width AS image_width_51, t0.image_height AS image_height_52, t0.image_border_width AS image_border_width_53, t0.image_border_color AS image_border_color_54, t0.slide_arrange AS slide_arrange_55, t0.height_top AS height_top_56, t0.height_bottom AS height_bottom_57, t0.relict_pack_id AS relict_pack_id_58 FROM openform_relict t0 WHERE t0.id = ? LIMIT 1
doctrine
[115]
deprecation
User Deprecated: Since symfony/security-bundle 5.4: The "Symfony\Bundle\SecurityBundle\Security\FirewallConfig::allowsAnonymous()" method is deprecated.
User Deprecated: Method "Doctrine\ORM\Tools\SchemaValidator::validateClass()" might add "array" as a native return type declaration in the future. Do the same in child class "App\Package\Toolkit\Doctrine\DataCollector\SchemaValidator" now to avoid errors or add an explicit @return annotation to suppress this message.