Ticket #39 (closed enhancement: fixed)
Add "conditional failure" result to configtest.php
| Reported by: | rjl | Owned by: | rjl |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.0.0 |
| Component: | PHP scripts | Version: | 1.0.0 RC5 |
| Severity: | normal | Keywords: | configtest.php conditional failure |
| Cc: |
Description
In addition to the green (OK) and red (FAILURE) results that configtest.php produces, an orange or yellow "conditional failure" category should be added to indicate items that aren't necessarily fatal errors. For instance, MySQL or PostgreSQL is required, but not both, so the absence of a PostgreSQL library is not necessarily a fatal error, provided that a MySQL library is present. If both are missing, however, the error is fatal.
Change History
Note: See
TracTickets for help on using
tickets.

