Home » Authentication » LiveUser » Bug #2692
Error in Examples README
Details
| Submitted | 2004-11-04 20:42 UTC |
|---|---|
| From | kevin at techadept dot com |
| Assigned | dufuz |
| Status | Closed |
| Package | LiveUser |
| PHP Version | 4.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"