Every time the mouse enters the login page, the following warning shows up:
Code: Select all
[Thu Jan 26 17:37:51 2012] [error] [client 127.0.0.1] PHP Warning: pg_fetch_result(): Unable to jump to row 0 on PostgreSQL result index 23 in <pathinfo...>/Tiny-Tiny-RSS.git/include/db.php on line 99, referer: http://localhost/tt-rss/index.php
I ran into this when merging the current HEAD:
9de4bb4898b25126bfb1554ec970e79f2b2ec0d0 (update notifier permissions and logos)
Since I had backed up the database before the schema upgrade, I was able to go
back and isolate the first commit that caused the warning.
Tag 1.5.9 (commit 8689b8070bda50afe0d822cdd312a591227c3d7a)
uses Schema 87 and has no problem.
After applying the following two commits which bump the schema to version 88,
e90053fe8400893190f6b91bb4b78abe481f2e7f (improve password storage (use sha256 and long random salt)
3a2c5c6642096f34f8de715d28ecf8636aaab8e1 (fix login before updating to schema 88)
then the warning showed up in the apache log.
I'll try to track it down further, but I thought I'd mention it now.