Home » Authentication » LiveUser » Bug #1291
examples 3 still broken
Details
| Submitted | 2004-04-26 20:41 UTC |
|---|---|
| From | sherif at users dot sourceforge dot net |
| Assigned | dufuz |
| Status | Closed |
| Package | LiveUser |
| PHP Version | 4.3.6 |
| OS | WinXP |
| Roadmaps | (Not assigned) |
Comments
[2004-04-26 20:41 UTC] sherif at users dot sourceforge dot net
Description:
------------
Demodata.sql in example3 is broken in 0.10.0. It tries to add data to several
tables ending with _names, like liveuser_area_names and
liveuser_group_names.
The db creation scripts (Auth_DB.sql and perm_db.sql) do not create these tables.
Tried using the scripts provided in but #1196 but that causes a different set of problems (field mismatches).
I downloaded the code twice and retested - still occuring.
Expected result:
----------------
Example should run.
Actual result:
--------------
Example is broken.