CakePHP-Gigya-Plugin
CakePHP-Gigya-Plugin copied to clipboard
Problem getting Cakephp gigya plugin to work.
Hi,
I am using Cakephp 1.3.6 and I have installed gigya plugin as per instructions. It loads fine and I am able save the data to the database. But I get error
ConnectionManager::getDataSource - Non-existent data source gigya
I appreciate any help.
Thanks.
Make sure you created your gigya.php file in app/config/gigya.php NOT in plugins/gigya/config/gigya.php.
Thanks for the quick reply to my question.
I placed the gigya.php with gigya api key and secret in the app/config folder as per instructions in readme.txt. It loads fine and when I hit facebook icon, a dialog opens where I enter username details and I grant permissions, Then it creates a record, it redirects and I get the error
ConnectionManager::getDataSource - Non-existent data source gigya
I think recently gigya have deprecated socialize.linkAccounts & few other methods. I think may be that is causing conflicts. I tried to find the source of the problem, but no luck.
I appreciate all your help, Thanks again for a great plugin.
Thanks.