Ticket #472 (new defect)
favicons not displayed (Postgresql)
| Reported by: | reporter | Owned by: | spetersen |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | BUGS | Version: | |
| Severity: | normal | Keywords: | pgsql |
| Cc: |
Description
I can't get favicons to display. I poked around a little, and found out that the database has entries for favicons but the data is all 0-bytes.
select octet_length(data) from cache where cachetype='icon';
returns all zeroes, except for one row. That one row happens to be a bad favicon URI and I have 395 bytes of data in the table representing the 404 error message. So now I'm thinking maybe the database insertion is failing for binary data. I got as far as cacheFavicon in util.php, but I have no idea how to debug any php code, let alone gregarius. I wouldn't mind debugging further if someone can provide help.
I'm running svn revision 1698 from the postgresql branch, so it may be postgresql specific.
