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

Passing null to parameter #1 ($string) of type string is deprecated #14

Closed
Askancy opened this issue Sep 23, 2022 · 1 comment
Closed

Comments

@Askancy
Copy link

Askancy commented Sep 23, 2022

OS: Mac OSX
PHP: 8.1.6
Laravel: 9.11

Deprecated: sha1(): Passing null to parameter #1 ($string) of type string is deprecated in /Applications/XAMPP/xamppfiles/htdocs/Project/config/thumbnail.php on line 9

@rolandstarke
Copy link
Owner

rolandstarke commented Sep 23, 2022

Thank you.

That should be fixed with

php artisan key:generate

But I think it makes sense to remove the error. Its confusing If you start a Project where you have no APP_KEY set yet and get this message.

There should not be an error anymore now in v1.0.6.

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

2 participants