PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Authentication » LiveUser » Bug #1291

examples 3 still broken

Details

Submitted2004-04-26 20:41 UTC
Fromsherif at users dot sourceforge dot net
Assigneddufuz
StatusClosed
PackageLiveUser
PHP Version4.3.6
OSWinXP
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.