Re: Gettign a Adodb Session to work in cake

2006-06-07 Thread nate

Are you saying a fix is required?  Do tell.

You can post bug and feature requests at https://trac.cakephp.org/


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Re: Gettign a Adodb Session to work in cake

2006-06-06 Thread [EMAIL PROTECTED]

ok thanks for your help, i rewrite the session.php of cake that it
works with a adodb session table.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Re: Gettign a Adodb Session to work in cake

2006-06-06 Thread nate

Sorry dude, I don't know crap about ADO.  Are you not able to use the
MySQL native driver?


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---



Re: Gettign a Adodb Session to work in cake

2006-06-06 Thread Samuel DeVore
You might want to jump on the irc channel and see if someone there can give you some help,  try looking for nate or phpnut, they mioght be able to help.  You might try adding some debugging calls to the adodb libraries you are trying to use and see if you can gain some insight that way.  It is possible that there is some namespace problem or connections that are getting grabed somewhere.
Sam DOn 6/6/06, [EMAIL PROTECTED]
 <[EMAIL PROTECTED]> wrote:

No one who can help me in this case?[EMAIL PROTECTED] wrote:> 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 cake-php@googlegroups.com  To unsubscribe from this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cake-php  -~--~~~~--~~--~--~---


Re: Gettign a Adodb Session to work in cake

2006-06-06 Thread John Zimmerman [gmail]
I don't know about ADODB myself but if you change your debug level to 2 and post the error messages someone might be able to better help find a solution for you.On 6/6/06, 
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
No one who can help me in this case?[EMAIL PROTECTED] wrote:> 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 cake-php@googlegroups.com  To unsubscribe from this group, send email to [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/cake-php  -~--~~~~--~~--~--~---


Re: Gettign a Adodb Session to work in cake

2006-06-06 Thread [EMAIL PROTECTED]

No one who can help me in this case?

[EMAIL PROTECTED] wrote:
> 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 cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~--~~~~--~~--~--~---