grzegorzpsr Posted January 7, 2020 Share Posted January 7, 2020 Witam serdecznie, Wyskakuje mi błąd 500 przy uruchamianiu panelu admina. Szczegóły błędu: FatalErrorException in AdminController.php line 2736: Error: Call to a member function trans() on null in AdminController.php line 2736 owa linia z Admin Controller: $translated = $this->translator->trans($string); Ktoś wie jak rozwiązać problem lub spotkał się z czymś podobnym? Link to comment Share on other sites More sharing options...
0 grzegorzpsr Posted January 7, 2020 Author Share Posted January 7, 2020 Rozwiązaniem jest zamiana w AdminController.php linii $translated = $this->translator->trans($string); na $translated = Context::getContext()->getTranslator()->trans($string); Zostawię temat może komuś się kiedyś przyda 2 Link to comment Share on other sites More sharing options...
Question
grzegorzpsr
Witam serdecznie,
Wyskakuje mi błąd 500 przy uruchamianiu panelu admina.
Szczegóły błędu:
FatalErrorException in AdminController.php line 2736:
Error: Call to a member function trans() on null
in AdminController.php line 2736
owa linia z Admin Controller:
$translated = $this->translator->trans($string);
Ktoś wie jak rozwiązać problem lub spotkał się z czymś podobnym?
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now