problem with postgresql

Please report bugs here!

Moderator: Thorsten

Post Reply
dams
Posts: 3
Joined: Fri Jan 28, 2005 4:35 pm

problem with postgresql

Post by dams »

I use PHPMyFAQ 1.5.0 beta1 on Debian unstable:
Apache 2.0.52-3
PHP 4.3.10-2
PHP-pgsql 4.3.9-1
PostgreSQL 7.4.6-6

First problem is:
you cannot choose on which database to install to, cause the php test takes the first database extension available, and since it tests for Mysql first it only proposes it: cf installer.php lines 263-276

Second problem:
once I forced phpmyfaq to take postgresql by interverting the choice (see first problem), the script pgsql.php fails on a bad '}' :
"Parse error: parse error, unexpected '}' in /var/www/phpmyfaq-1.5.0beta1/inc/pgsql.php on line 194 "
So I changed it.

Third problem:
after having made the two preceding modifications, the install script fails showing the single character: "|" and a message below: "Error: Please install your version of phpMyFAQ once again or send us a bug report.
DB error: "

That is all. No error is shown after "DB error" or anything.
Thorsten
Posts: 15724
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

I knew these issues and I fixed them after the beta1 release. You can wait for beta2 (maybe released tomorrow) or try the CVS version.

Please remove all files before installing beta2.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
dams
Posts: 3
Joined: Fri Jan 28, 2005 4:35 pm

ok

Post by dams »

right. It works well in beta2.
Post Reply