You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: