Ticket #306 (assigned defect)
PEAR::DB is not properly detected by configtest.php
| Reported by: | rjl | Owned by: | dmorton |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | PHP scripts | Version: | 1.0.1 |
| Severity: | normal | Keywords: | configtest.php pear db |
| Cc: |
Description
Marc Fournier reports (regarding configtest.php):
FAILED: DB.php installed in: but not in include path: .:/usr/local/share/smarty:/usr/local/share/pear But: # ls -lt /usr/local/share/pear/DB.php -r--r--r-- 1 root wheel 38937 Apr 22 04:09 /usr/local/share/pear/DB.php And its finding all of the other Pear modules, just not that one ...
It appears that $db_path in his case is empty, which suggests that:
$db_info['filelist']['DB.php']['installed_as']
may not be correct in the latest PEAR Package v2 schema for PEAR::DB. The 'filelist' and/or 'installed_as' elements may have been renamed or moved to another part of the data structure, so we may need to account for this.
Change History
Note: See
TracTickets for help on using
tickets.

