Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I get a 500 when opening a repository #938

Open
RobinBoers opened this issue Aug 18, 2024 · 0 comments
Open

I get a 500 when opening a repository #938

RobinBoers opened this issue Aug 18, 2024 · 0 comments

Comments

@RobinBoers
Copy link

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant