View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0015437 | mantisbt | db postgresql | public | 2013-01-29 03:01 | 2014-05-16 15:02 |
Reporter | fanta | Assigned To | dregad | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | closed | Resolution | no change required | ||
Platform | linux | OS | redhat | OS Version | 6.2 |
Product Version | 1.2.12 | ||||
Summary | 0015437: database is not supported by PHP. Check that it has been compiled into your server. | ||||
Description | I open http://ip/mantis/admin/install.php but "Checking PHP support for database type " teld me bad database is not supported by PHP. Check that it has been compiled into your server. | ||||
Steps To Reproduce | I have install php and postgresql php configure as follow: ./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache2/bin/apxs --with-libxml-dir=/usr/local/libxml2/ --with-gd=/usr/local/gd2/ --with-jpeg-dir=/usr/local/jpeg6/ --with-png=/usr/local/libpng/lib --with-zlib-dir=/usr/local/zlib/lib/ --with-freetype-dir=/usr/local/freetype --with-curl=/usr/local/curl/ --with-pgsql | ||||
Additional Information | apache was configure correct | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
fanta, This is not a bug or feature request for MantisBT (you are asking for help on how to configure the system). I am therefore resolving this issue as "no change required". This message is displayed because function pg_connect() does not exist. This is purely a PHP configuration issue, and has nothing to do with MantisBT. Check output of phpinfo() to ensure that PostgreSQL module is indeed active on your server. If not, make necessary system corrections and try again. Please use the forums, the mantisbt-help mailing list or IRC to get support on customizing and using MantisBT (refer to http://www.mantisbt.org/support.php for links and further details). |
|
I have look my phpinfo as follow: PostgreSQL(libpq) Version 9.0.2 Directive Local Value Master Value thank you very much! |
|
MantisBT currently supports Mysql and has support for other database engines. The support for other databases is known to be problematic. Having implemented the current database layer into Mantis 10 years ago, I'm currently working on replacing the current layer. If you are interested in using Mantis with non-mysql databases - for example, Oracle, PGSQL or MSSQL, and would be willing to help out testing the new database layer, please drop me an email at paul@mantisforge.org In the meantime, I'd advise running Mantis with Mysql Only to avoid issues. Thanks |
|