Search in admin tool no longer works

Issue #1038 resolved
Arian Eghtessadi created an issue

I always get an Error 500 when I search for something. For example.
admin/log/2024-03-13?query=test

I found the following error in the logs.

{"message":"User Deprecated: Since symfony/security-bundle 5.3: The \"security.authentication.listener.anonymous.login\" service is deprecated, use the new authenticator system instead.","context":{"exception":{"class":"ErrorException","message":"User Deprecated: Since symfony/security-bundle 5.3: The \"security.authentication.listener.anonymous.login\" service is deprecated, use the new authenticator system instead.","code":0,"file":"/opt/admin/var/cache/prod/ContainerJzenjQ0/getSecurity_Authentication_Listener_Anonymous_LoginService.php:22"}},"level":200,"level_name":"INFO","channel":"deprecation","datetime":"2024-03-13T09:45:37.734665+01:00","extra":{}}
{"message":"User Deprecated: Since symfony/security-http 5.3: The \"Symfony\\Component\\Security\\Http\\Firewall\\AnonymousAuthenticationListener\" class is deprecated, use the new authenticator system instead.","context":{"exception":{"class":"ErrorException","message":"User Deprecated: Since symfony/security-http 5.3: The \"Symfony\\Component\\Security\\Http\\Firewall\\AnonymousAuthenticationListener\" class is deprecated, use the new authenticator system instead.","code":0,"file":"/opt/admin/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:22"}},"level":200,"level_name":"INFO","channel":"deprecation","datetime":"2024-03-13T09:45:37.734718+01:00","extra":{}}
{"message":"User Deprecated: Since symfony/security-http 5.4: The $authManager argument of \"Symfony\\Component\\Security\\Http\\Firewall\\AccessListener::__construct\" is deprecated.","context":{"exception":{"class":"ErrorException","message":"User Deprecated: Since symfony/security-http 5.4: The $authManager argument of \"Symfony\\Component\\Security\\Http\\Firewall\\AccessListener::__construct\" is deprecated.","code":0,"file":"/opt/admin/vendor/symfony/security-http/Firewall/AccessListener.php:45"}},"level":200,"level_name":"INFO","channel":"deprecation","datetime":"2024-03-13T09:45:37.734785+01:00","extra":{}}
{"message":"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.","context":{"exception":{"class":"ErrorException","message":"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.","code":0,"file":"/opt/admin/vendor/symfony/security-http/Firewall/AccessListener.php:51"}},"level":200,"level_name":"INFO","channel":"deprecation","datetime":"2024-03-13T09:45:37.734824+01:00","extra":{}}
{"message":"Uncaught Error: Argument 1 passed to Symfony\\Component\\Process\\Process::__construct() must be of the type array, string given, called in /opt/admin/src/Base/Pagination/SearchFilePaginator.php on line 27","context":{"exception":{"class":"TypeError","message":"Argument 1 passed to Symfony\\Component\\Process\\Process::__construct() must be of the type array, string given, called in /opt/admin/src/Base/Pagination/SearchFilePaginator.php on line 27","code":0,"file":"/opt/admin/vendor/symfony/process/Process.php:143"}},"level":500,"level_name":"CRITICAL","channel":"php","datetime":"2024-03-13T09:45:37.735928+01:00","extra":{}}
{"message":"Uncaught PHP Exception TypeError: \"Argument 1 passed to Symfony\\Component\\Process\\Process::__construct() must be of the type array, string given, called in /opt/admin/src/Base/Pagination/SearchFilePaginator.php on line 27\" at /opt/admin/vendor/symfony/process/Process.php line 143","context":{"exception":{"class":"TypeError","message":"Argument 1 passed to Symfony\\Component\\Process\\Process::__construct() must be of the type array, string given, called in /opt/admin/src/Base/Pagination/SearchFilePaginator.php on line 27","code":0,"file":"/opt/admin/vendor/symfony/process/Process.php:143"}},"level":500,"level_name":"CRITICAL","channel":"request","datetime":"2024-03-13T09:45:37.736680+01:00","extra":{}}
{"message":"Stored the security token in the session.","context":{"key":"_security_login"},"level":100,"level_name":"DEBUG","channel":"security","datetime":"2024-03-13T09:45:37.737268+01:00","extra":{}}

Comments (1)

  1. Log in to comment