Laravel 7 live server - Declaration of TranslatorInterface::setLocale($locale) must be compatible with LocaleAwareInterface::setLocale(string $locale) #33958
Unanswered
adnandogar
asked this question in
General
Replies: 3 comments
-
Have you checked other issues here? There are several mentioning the same thing. Looks like it may be a symfony package that needs to be updated. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I checked issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
this issue got fixed, thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I just installed laravel 7.24 on live server and getting this error on apache error logs:
Declaration of TranslatorInterfacte::setLocale($locale) must be compatible with LocaleAwareInterface::setLocale(string $locale)
Tried many ways to fix this.
Used contracts, transports packages but no luck.
using php 7.3 locally and globally which is same.
how can i fix this?
is there any way to bypass this?
Beta Was this translation helpful? Give feedback.
All reactions