Ticket #472 (new defect)

Opened 1 year ago

Last modified 8 months ago

favicons not displayed (Postgresql)

Reported by: reporter Assigned to: 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.

Change History

03/29/07 15:06:07 changed by mbonetti

  • owner changed from mbonetti to spetersen.

Re-assigning to Scott, our PGSQL guru in charge

03/31/07 07:58:45 changed by reporter

  • summary changed from favicons not fetched (Postgresql) to favicons not displayed (Postgresql).

10/25/07 09:00:02 changed by reporter

  • cc deleted.