http://64.23.168.83:84/robots.txt

Log Messages

  • Info. & Errors 0
  • Deprecations 133
  • Debug 41
  • PHP Notices 0
  • Container 823

Log messages generated by using features marked as deprecated.

Time Channel Message
n/a (127 times) Since symfony/dependency-injection 5.4: Calling "Symfony\Component\DependencyInjection\ContainerBuilder::willBeAvailable" when dependencies have been installed with Composer 1 is deprecated. Consider upgrading to Composer 2.
0 of 0
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#850 +count: 108 -severity: E_USER_DEPRECATED trace: { /var/www/vendor/symfony/dependency-injection/ContainerBuilder.php:1495 { Symfony\Component\DependencyInjection\ContainerBuilder::willBeAvailable(string $package, string $class, array $parentPackages): bool … › if (!$hasRuntimeApi && !$skipDeprecation) { trigger_deprecation('symfony/dependency-injection', '5.4', 'Calling "%s" when dependencies have been installed with Composer 1 is deprecated. Consider upgrading to Composer 2.', __METHOD__);} } /var/www/vendor/symfony/framework-bundle/DependencyInjection/FrameworkExtension.php:230 { › › if (ContainerBuilder::willBeAvailable('psr/event-dispatcher', PsrEventDispatcherInterface::class, ['symfony/framework-bundle'])) { $container->setAlias(PsrEventDispatcherInterface::class, 'event_dispatcher'); } } } ]
n/a Please install the "intl" PHP extension for best performance.
n/a (2 times) Since symfony/security-bundle 5.3: The child node "encoders" at path "security" is deprecated, use "password_hashers" instead.
n/a Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the "App\Controller\SecurityController" service.
n/a Since symfony/security-core 5.4: Passing the access decision strategy as a string is deprecated, pass an instance of "Symfony\Component\Security\Core\Authorization\Strategy\AccessDecisionStrategyInterface" instead.
n/a Since symfony/security-core 5.4: The $autenticationManager argument of "Symfony\Component\Security\Core\Authorization\AuthorizationChecker::__construct" is deprecated.