Ticket #39 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

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

Changed 4 years ago by rjl

  • severity changed from normal to enhancement

Changed 4 years ago by dmorton

  • status changed from new to closed
  • resolution set to fixed

er, I guess I already did this while working on refectoring the file. see #2

Note: See TracTickets for help on using tickets.