Ticket #472 (new defect)

Opened 22 months ago

Last modified 15 months ago

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.

Change History

Changed 22 months ago by mbonetti

  • owner changed from mbonetti to spetersen

Re-assigning to Scott, our PGSQL guru in charge

Changed 22 months ago by reporter

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

Changed 15 months ago by reporter

  • cc srdhrnry@… removed
Note: See TracTickets for help on using tickets.