Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incomplete database configuration: columns in Backend #2

Closed
marciocamello opened this issue Jan 17, 2015 · 3 comments
Closed

Incomplete database configuration: columns in Backend #2

marciocamello opened this issue Jan 17, 2015 · 3 comments

Comments

@marciocamello
Copy link

if (is_array($this->_tables)) {
foreach ($this->_tables as $tables) {
if (empty($tables['connection'])) {
throw new InvalidConfigException('Incomplete database configuration: connection ');
} else if (empty($tables['table'])) {
throw new InvalidConfigException('Incomplete database configuration: table ');
} else if (empty($tables['columns'])) {
throw new InvalidConfigException('Incomplete database configuration: columns ');
}
}
}

@marciocamello
Copy link
Author

I'm using advanced application new installation

@lajax
Copy link
Owner

lajax commented Jan 17, 2015

Sorry, I mistakenly used 'fields' instead of 'columns' in one of the examples. It has been fixed now.

Thanks for the feedback

@marciocamello
Copy link
Author

Yeah I see :D, thanks

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

No branches or pull requests

2 participants