No supported database detected

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
aksadvance
Posts: 2
Joined: Thu Jun 02, 2011 5:49 am

No supported database detected

Post by aksadvance »

I m not able to setup via http://server name/faq/install/setup.php

getting below error.
No supported database detected! Please install one of the following database systems and enable the corresponding PHP extension
Using 32 bit ubuntu and phpMyFAQ 2.6.15 Setup.

having postgres8.3 installed.

On other machine setup its showing as below but its not showing on info.php in my case.

pdo_pgsql
PDO Driver for PostgreSQL enabled
PostgreSQL(libpq) Version 8.4.7
Module version 1.0.2
Revision $Id: pdo_pgsql.c 293036 2010-01-03 09:23:27Z sebastian $

pgsql
PostgreSQL Support enabled
PostgreSQL(libpq) Version 8.4.7
Multibyte character support enabled
SSL support enabled
Active Persistent Links 0
Active Links 0

Directive Local Value Master Value
pgsql.allow_persistent On On
pgsql.auto_reset_persistent Off Off
pgsql.ignore_notice Off Off
pgsql.log_notice Off Off
pgsql.max_links Unlimited Unlimited
pgsql.max_persistent Unlimited Unlimited
Thorsten
Posts: 15726
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: No supported database detected

Post by Thorsten »

Hi,

if the pgsql support isn't listed on an phpinfo page it won't be listed on the phpMyFAQ setup as well. Maybe you should restart your webserver.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
aksadvance
Posts: 2
Joined: Thu Jun 02, 2011 5:49 am

Re: No supported database detected

Post by aksadvance »

Now issue has been resolved.
Ill suggest document page should updated with php5-pgsql installation info.
mndvenk
Posts: 3
Joined: Fri Aug 08, 2014 2:56 am

Re: No supported database detected

Post by mndvenk »

explain how you have resolved
Post Reply