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

undefined method DboDb2::getSchemaName() (and others) for DboDb2.php class #90

Open
kmmartell opened this issue Nov 1, 2013 · 0 comments
Labels

Comments

@kmmartell
Copy link

Setting up DB2 database, following the blog tutorial.
Added this file: https://github.com/cakephp/datasources/blob/2.0/Model/Datasource/Database/Db2.php

As a Db2Dbo.php

Check: Database connection exists:

Go into cake/posts for the blog tutorial, and it cannot find this method, causing a fatal error.

This method exists in the DboSource class, which it extends, but still getting the issue.
Added this to my class initially "App::uses('DboSource', 'Model/Datasource');" which got the database connection to work

Anyone know how to fix this? Seems like an issue with the extension of Db2Source and its methods

@AD7six AD7six added the db2 label Feb 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants