I need my session in cake work with the adodb sessio lib. I get it to
work in an older cake version, but with the latest cake cake_1.0.1.2708
it dont work any more.
my bootstrap looks like this:
#######
$ADODB_SESSION_DRIVER = 'mysql';
$ADODB_SESSION_CONNECT = 'localhost';
$ADODB_SESSION_USER = 'user';
$ADODB_SESSION_PWD = 'pass';
$ADODB_SESSION_DB = 'test';
vendor('adodb/adodb.inc');
vendor('adodb/adodb-session');
#######
The Site alwas tells my that it cannot connect to the datase, the
credentials are 100 percent correct
hope anybody hears me crying
thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---