Re: Problems with Datasources - FIREBIRD

2012-01-28 Thread Joke
I'm upgrading CakePHP to 2.0 and one of my application use Firebird.
Unfortunately, I found that Firebird driver in Datasources does not
work with 2.0 yet.

https://github.com/cakephp/datasources/tree/2.0 lists Firebird as
incompatible with 2.0.

And 2.0 branch last update is 14 September 2011.

Guess I have to stick with 1.3 for this app.

Joke.

On Jan 9, 8:29 pm, Djonatan Buss  wrote:
> As I can see we are the only ones using this datasource... damn!

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Problems with Datasources - FIREBIRD

2012-01-09 Thread Djonatan Buss
As I can see we are the only ones using this datasource... damn!

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Problems with Datasources - FIREBIRD

2012-01-03 Thread Djonatan Buss
We are using the Firebird DBMS and it seems that either  I'm doing
something wrong or theres some error when using the Datasources plugin in
CakePHP 2.0.4

We have tried some ways to solve this problem and currently we have:
(base is our folder name)

*Plugin path:*
/var/www/base/app/Plugin/Datasources/Model/Datasource/Database

*bootstrap.php*
CakePlugin::loadAll();

*database.php*
class DATABASE_CONFIG {

public $default = array(
'datasource' => 'Database/Firebird',
'persistent' => false,
'host' => 'localhost',
'login' => 'login',
'password' => 'pass',
'database' => '/usr/lib/firebird2/DATABASE.GDB',
'prefix' => '',
 //'encoding' => 'utf8',
);

}

In the first moment we changed __cacheDescription() for _cacheDescription()
and it passed the config screen but it didn't fetched the results of sql
query it shows...

So, there's any thing missing? maybe we are following the wrong steps?

Thanks in advance...

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php