Search found 1 match
- 16 Feb 2023, 05:12
- Forum: Help
- Topic: Mantis install.php shows "BAD, database is not supported by PHP"
- Replies: 0
- Views: 2421
Mantis install.php shows "BAD, database is not supported by PHP"
The goal is to configure MantisBT to use an Oracle database with PHP7 on a RHEL server. We installed the required Oracle Instant Client libraries and the php-oci8 package using Yum. We verified that the oci8 PHP extension is enabled and loaded correctly by running the command php -i | grep oci8. Whe...