Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

How exactly do I set up the expandable part in my MySQL DB? #2

Open
qas opened this issue Nov 6, 2013 · 0 comments
Open

How exactly do I set up the expandable part in my MySQL DB? #2

qas opened this issue Nov 6, 2013 · 0 comments

Comments

@qas
Copy link

qas commented Nov 6, 2013

I added the 'Expandable' plugin (https://github.com/zeroasterisk/CakePHP-Expandable-Plugin) to my plugins folder. It now is trying to check my 'default' DB to see if 'opauth_settings' and 'opauth_settings_expandeds' exists as individual MySQL tables. What am I to add into these tables specifically?

I currently have these tables set up (listed below) in my default DB and it's returning "False" for
$data = $this->GoogleDriveFiles->listItems();
debug($data);

TABLE NAME (COLUMNS)
opauth_settings (id, name)
opauth_settings_expandeds (id, opauth_setting_id, key, value)

I am eager to get the Google APIs working. Opauth is configured correctly but once I get through this, I'll be on my way to working with the APIs. Looking forward to any help on this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant