Home » Authentication » LiveUser_Admin » Bug #9706
PDO Storage Module Incomplete
Details
| Submitted | 2006-12-28 15:15 UTC |
|---|---|
| From | aschiffler at ferzkopp dot net |
| Status | Open |
| Package | LiveUser_Admin |
| PHP Version | 5.0.0 |
| OS | Linux |
| Roadmaps | (Not assigned) |
Comments
[2006-12-28 15:15 UTC] aschiffler at ferzkopp dot net
Description:
------------
Function nextId() in LiveUser_Admin-0.3.9/Storage/PDO.php is not implemented.
Initial call to $LUA->addUser() works, but any subsequent call fails because no new index ID is created.
Test script:
---------------
Run LiveUser_Admin/docs/examples/example1/User.php with PDO backend.
Expected result:
----------------
20 User are created.
Actual result:
--------------
Database errors after the first user was inserted.