Bug #109
no pictures visible running on debian lenny
| Status: | Closed | Start: | 11/08/2008 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | Andreas Unterkircher | % Done: | 100% |
|
| Category: | internals | Spent time: | - | |
| Target version: | 1.7 | |||
Description
see for example http://sake.lefant.net/phpfspot/
the interface is there, just no pretty pictures... =(
let me know if there are any updates to try. i can also get you shell login to the box if you want to investigate ;)
Associated revisions
Revision 6216473e5065117651a08931182e7ca9f0cb41a2
make phpfspot runnable again on Debian Lenny when SQLite3 PDO support is used, resolves #109
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
History
Updated by Andreas Unterkircher 1188 days ago
- Category set to internals
- Status changed from Unreviewed to Assigned
- Assigned to set to Andreas Unterkircher
- Target version set to 1.7
so far no problem on my lenny VM. so a shell login would be great to investigate :-)
Updated by Andreas Unterkircher 1113 days ago
- % Done changed from 0 to 70
Former, when working on the results of a query, for example:
SELECT p.id, p.uri, p.time, p.description ....
the resulting array contained the elements with keys
$result['id'] $result['uri'] ...
now, with PDO and the new PHP version they get returned as
$result['p.id'] $result['p.uri']
In this way the current phpfspot code was not able to address the results.
Olof Aldin has submitted a patch that resolves that problem and also keeps older PHP version or native SQLite3 installation working.
Updated by Andreas Unterkircher 1113 days ago
- Status changed from Assigned to Resolved
- % Done changed from 70 to 100
Applied in changeset 6216473e5065117651a08931182e7ca9f0cb41a2.
Updated by Andreas Unterkircher 1113 days ago
- Status changed from Resolved to Closed