Question

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.

Was it helpful?

Solution

add var $gigya = array( 'datasource' => 'gigya' ); to your database.php

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top