PEAR is archived and read-only

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

Home » Authentication » LiveUser » Bug #2692

Error in Examples README

Details

Submitted2004-11-04 20:42 UTC
Fromkevin at techadept dot com
Assigneddufuz
StatusClosed
PackageLiveUser
PHP Version4.3.8
Roadmaps(Not assigned)

Comments

[2004-11-04 20:42 UTC] kevin at techadept dot com

Description:
------------
The examples README file indicates that the schema dumps for the examples are found in the PEAR_DATA_DIRECTORY/liveuser/misc/schema/ directory. This directory does not exist, and the files appear to reside in PEAR_DATA_DIRECTORY/liveuser/sql instead.

Reproduce code:
---------------
after expanding tarball, liveuser/docs/examples/README currently reads:

>>>BEGIN QUOTE
For every example found in this directory you need to create a database
and run the schema dumps first.

They can be found in

PEAR_DATA_DIRECTORY/liveuser/misc/schema/
<<<END QUOTE

however, the schema dumps appear to be in "PEAR_DATA_DIRECTORY/liveuser/sql"