You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following stuff in my logs, but I can't figure out what's happening...
[2024-08-18T22:47:08.042281+02:00] request.INFO: Matched route "repository_show". {"route":"repository_show","route_parameters":{"_route":"repository_show","_controller":"GitList\\App\\Controller\\Repository::show","repository":"test"},"request_uri":"https://git.geheimesite.nl/test","method":"GET"} []
[2024-08-18T22:47:08.074231+02:00] php.INFO: Deprecated: Using ${var} in strings is deprecated, use {$var} instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Using ${var} in strings is deprecated, use {$var} instead at /home/robinb/domains/git.geheimesite.nl/vendor/nesbot/carbon/src/Carbon/Traits/Date.php:1253)"} []
[2024-08-18T22:47:08.074378+02:00] php.INFO: Deprecated: Using ${var} in strings is deprecated, use {$var} instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Using ${var} in strings is deprecated, use {$var} instead at /home/robinb/domains/git.geheimesite.nl/vendor/nesbot/carbon/src/Carbon/Traits/Date.php:1262)"} []
[2024-08-18T22:47:08.074797+02:00] php.INFO: Deprecated: Using ${var} in strings is deprecated, use {$var} instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Using ${var} in strings is deprecated, use {$var} instead at /home/robinb/domains/git.geheimesite.nl/vendor/nesbot/carbon/src/Carbon/Traits/Date.php:2482)"} []
[2024-08-18T22:47:08.074960+02:00] php.INFO: Deprecated: Using ${var} in strings is deprecated, use {$var} instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Using ${var} in strings is deprecated, use {$var} instead at /home/robinb/domains/git.geheimesite.nl/vendor/nesbot/carbon/src/Carbon/Traits/Date.php:2607)"} []
[2024-08-18T22:47:08.075005+02:00] php.INFO: Deprecated: Using ${var} in strings is deprecated, use {$var} instead {"exception":"[object] (ErrorException(code: 0): Deprecated: Using ${var} in strings is deprecated, use {$var} instead at /home/robinb/domains/git.geheimesite.nl/vendor/nesbot/carbon/src/Carbon/Traits/Date.php:2619)"} []
[2024-08-18T22:47:08.081491+02:00] php.CRITICAL: Uncaught Error: Carbon\CarbonImmutable::setLastErrors(): Argument #1 ($lastErrors) must be of type array, false given, called in /home/robinb/domains/git.geheimesite.nl/vendor/nesbot/carbon/src/Carbon/Traits/Creator.php on line 98 {"exception":"[object] (TypeError(code: 0): Carbon\\CarbonImmutable::setLastErrors(): Argument #1 ($lastErrors) must be of type array, false given, called in /home/robinb/domains/git.geheimesite.nl/vendor/nesbot/carbon/src/Carbon/Traits/Creator.php on line 98 at /home/robinb/domains/git.geheimesite.nl/vendor/nesbot/carbon/src/Carbon/Traits/Creator.php:928)"} []
[2024-08-18T22:47:08.083896+02:00] request.CRITICAL: Uncaught PHP Exception TypeError: "Carbon\CarbonImmutable::setLastErrors(): Argument #1 ($lastErrors) must be of type array, false given, called in /home/robinb/domains/git.geheimesite.nl/vendor/nesbot/carbon/src/Carbon/Traits/Creator.php on line 98" at /home/robinb/domains/git.geheimesite.nl/vendor/nesbot/carbon/src/Carbon/Traits/Creator.php line 928 {"exception":"[object] (TypeError(code: 0): Carbon\\CarbonImmutable::setLastErrors(): Argument #1 ($lastErrors) must be of type array, false given, called in /home/robinb/domains/git.geheimesite.nl/vendor/nesbot/carbon/src/Carbon/Traits/Creator.php on line 98 at /home/robinb/domains/git.geheimesite.nl/vendor/nesbot/carbon/src/Carbon/Traits/Creator.php:928)"} []
Maybe I'm doing something really stupid tho. If so, please tell me :)
The text was updated successfully, but these errors were encountered:
I get the following stuff in my logs, but I can't figure out what's happening...
Maybe I'm doing something really stupid tho. If so, please tell me :)
The text was updated successfully, but these errors were encountered: