Milan Macháček
Milan Macháček
sorry my fault, I ran Symfony command outside the docker container where isn't installed pdo_psgql. :facepalm:
this is fix issue: public function actionFbLogin(){ if ($this->context->facebook->getUser()){ $me = $this->context->facebook->api('/me'); $identity = $this->context->facebookAuthenticator->authenticate($me); $this->getUser()->login($identity); }else{ $this->flashMessage('Cancelled loged with Facebook .'); } $this->redirect('Homepage:', array("refresh" => 'true')); }
We have a theme on LFR 7.3 and want to upgrade it to LFR 7.4. we proceed according to the instructions and we get this warning during the build. https://learn.liferay.com/w/dxp/site-building/site-appearance/themes/upgrading-a-theme...
Any progress??