Closed it3rmit closed 9 years ago
This is been fixed via 6536f70.
I have just updated the packages via composer and cleared cache in browser after your response. And both problems still exist.
Ok will check...
You can check now.
This is strange. After updates I updated packages and cleared cache again to be sure and I still get errors. When 'authClientCollection'
isn't specified in components section I get
Invalid Configuration – yii\base\InvalidConfigException
You must setup the `authClientCollection` component and its `clients` in your app configuration file.
The 2-nd issue with Google authorization isn't solved either.
I also see blank image placeholder near Avatar
in /user/profile/1
when I use chrome (nothing in ff).
If socialSettings['enabled']
is true
you must set authClientCollection
component and if not done ... you will get the above exception.
After updates (e45eadc) in social authentication I have faced some issues. 1) When the
authClientCollection
isn't specified in components section I get an exception:And it doesn't matter what value the property socialSettings['enabled'] has
true
orfalse
2) If I set up the authClientCollection in
components
everything works fine. But when I click on Google icon the new popup appears with url
/user/auth/google
and I am getting an error:Do I need to specify something else in configuration? I took an a snippet from the markdown documentation.