| View previous topic :: View next topic |
| Author |
Message |
molavec
Joined: 20 Nov 2008 Posts: 9
|
Posted: Tue Aug 04, 2009 10:40 pm Post subject: Log Auth problem with MDB2 |
|
|
Hi:
I used the example code ( here) to get Logs for Auth Packages. Works fine!!. Nevertheless, when i replace $options and $a variables by:
| Code: |
$options = array(
'dsn' => 'mysqli://userl:password@localhost/database',
'table'=> "user",
'usernamecol'=> "username",
'passwordcol'=>"password",
'cryptType'=>"md5"
);
$a = new Auth("MDB2", $options, "loginFunction");
|
there are nothing in output Log. The curious thing, is that the Authentication system works.
Is necessary make more changes in the example?. Add some log function for MDB2, too? Some solution to this problem?
Thanks in advance. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|