phpMyFAQ with Sqlite3 and lighttpd

All about webserver configurations, PHP and databases.

Moderator: Thorsten

Post Reply
yggdra
Posts: 4
Joined: Mon Sep 08, 2014 3:29 pm

phpMyFAQ with Sqlite3 and lighttpd

Post by yggdra »

Hi,

I'm getting an error message when phpMyFAQ is installed using Sqlite3 (php5.3+, experimental) and lighttpd.

Error Message:
Sept 16 04:40:55 2014] [error] [client 192.168.10.1] PHP Fatal error: Call to undefined method PMF_DB_Sqlite3::fetch_assoc() in /var/www/faq/inc/PMF/DB/Sqlite3.php on line 185, referer: http://192.168.10.2/faq/install/setup.php
Call to undefined method PMF_DB_Sqlite3::fetch_assoc() in /var/www/faq/inc/PMF/DB/Sqlite3.php on line 185

When I checked sqlite3 database, phpMyFAQ seems to have installed several tables. Going to the phpMyFAQ site comes up blank and trying to reinstall the program shows "It seems you're already running a version of phpMyFAQ. Please use the update script."

Thanks
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: phpMyFAQ with Sqlite3 and lighttpd

Post by Thorsten »

Hi,

phpMyFAQ 2.8.13 added full support for SQLite3 :)

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
yggdra
Posts: 4
Joined: Mon Sep 08, 2014 3:29 pm

Re: phpMyFAQ with Sqlite3 and lighttpd

Post by yggdra »

Thanks Thorsten. It's working!!!

Yggdra-sil
Post Reply