Bug #88
complains about missing sqlite3 when it is installed after debian lenny upgrade
| Status: | Closed | Start: | 10/13/2008 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | Andreas Unterkircher | % Done: | 100% |
|
| Category: | internals | Spent time: | 1.00 hour | |
| Target version: | - | |||
Description
http://gallery.lefant.net/phpfspot/index.php
shows
PHP SQLite3 library extension is missing
but
http://gallery.lefant.net/phpfspot/info.php
lists it.
History
Updated by Andreas Unterkircher 1207 days ago
- Category set to internals
- Status changed from Unreviewed to Assigned
- Assigned to set to Andreas Unterkircher
Tried now to reproduce this on a lenny-upgraded previous-etch machine. All looks fine.
Are you sure that you switched in phpfspot_cfg.php from "native" to "pdo" on $db_access?
If so, the error message should not appear:
if($this->cfg->db_access == "native" && !function_exists("sqlite3_open")) {
print "PHP SQLite3 library extension is missing<br />\n";
$missing = true;
}
Updated by Andreas Unterkircher 1207 days ago
- % Done changed from 0 to 50
Updated by Fabian Linzberger 1207 days ago
- Status changed from Assigned to Closed
- % Done changed from 50 to 100
ok, i must have missed out on that one when we were discussing it in irc. works now, thanks!