Never mind, I have it work with mysql database.
Thanks!
Search found 5 matches
- Thu Dec 06, 2012 7:14 pm
- Forum: Webserver and configuration
- Topic: Ubuntu & sqlite3 installation error
- Replies: 8
- Views: 11320
- Tue Dec 04, 2012 4:36 pm
- Forum: Webserver and configuration
- Topic: Ubuntu & sqlite3 installation error
- Replies: 8
- Views: 11320
Re: Ubuntu & sqlite3 installation error
Yes.
The cause is from the following codes in setup.php file, but I don't know how to fix it.
// check database entries
$sql_type = PMF_Filter::filterInput(INPUT_POST, 'sql_type', FILTER_SANITIZE_STRING);
if (!is_null($sql_type)) {
$sql_type = trim($sql_type);
if (file_exists(PMF_ROOT_DIR ...
The cause is from the following codes in setup.php file, but I don't know how to fix it.
// check database entries
$sql_type = PMF_Filter::filterInput(INPUT_POST, 'sql_type', FILTER_SANITIZE_STRING);
if (!is_null($sql_type)) {
$sql_type = trim($sql_type);
if (file_exists(PMF_ROOT_DIR ...
- Mon Dec 03, 2012 9:44 pm
- Forum: Webserver and configuration
- Topic: Ubuntu & sqlite3 installation error
- Replies: 8
- Views: 11320
Re: Ubuntu & sqlite3 installation error
Hello,
I choose "SQLite 3 (only PHP5.3+).
my PHP version 5.3.5 and sqlite version is 3.7.3 on both windows XP and Ubuntu machines.
Thanks,
Thanh
I choose "SQLite 3 (only PHP5.3+).
my PHP version 5.3.5 and sqlite version is 3.7.3 on both windows XP and Ubuntu machines.
Thanks,
Thanh
- Thu Nov 29, 2012 6:25 pm
- Forum: Webserver and configuration
- Topic: Ubuntu & sqlite3 installation error
- Replies: 8
- Views: 11320
Re: installation error on linux & winxp
Hello,
I tried to install on Windows xp with apache2 server, and got the same error "invalid server type". Can someone here please help?
Thank you!
I tried to install on Windows xp with apache2 server, and got the same error "invalid server type". Can someone here please help?
Thank you!
- Wed Nov 28, 2012 9:10 pm
- Forum: Webserver and configuration
- Topic: Ubuntu & sqlite3 installation error
- Replies: 8
- Views: 11320
Ubuntu & sqlite3 installation error
Hello,
I am trying install phpMyFAQ onto the ubuntu webserver with sqlite3 database, and got the "error: invalid server error" no matter what I change in the setup form.
My other php web applications are working fine with sqlite3 database on the same server. Please let me know what are fixes to ...
I am trying install phpMyFAQ onto the ubuntu webserver with sqlite3 database, and got the "error: invalid server error" no matter what I change in the setup form.
My other php web applications are working fine with sqlite3 database on the same server. Please let me know what are fixes to ...