From: Miles B. <mil...@gm...> - 2006-05-19 19:59:23
|
On 5/19/06, Miles Beck <mil...@gm...> wrote: > On 5/19/06, Kevin <ke...@dr...> wrote: > > I'm running today's snapshot and don't see the probem Miles describes. > > There have been quite a few model/db changes recently, most likely his = bug > > was fixed as a side effect. > > > > -Kevin Hm, with today's snapshot I am receiving the same error as before plus a new one. I turned on debugging for more information. This is the error before the links box. (mysql): SELECT name, value FROM fr_config Error (0): Warning: Cannot modify header information - headers already sent by (output started at /var/www/fofredux-20060519/adodb_lite/adodb.inc.php:307) in /var/www/fofredux-20060519/header.php on line 83 This is the error after the search field. (mysql): SELECT feed.id, feed.url, feed.title, feed.link, feed.category_id, feed.latitude, feed.longitude, feed.update_enabled, feed.auto_tag, feed.last_update FROM fr_feeds feed WHERE 1 =3D 1 ORDER BY title ASC Error (0): (mysql): SELECT * FROM fr_categories WHERE id =3D '1' Error (0): Fatal error: Call to a member function on a non-object in /var/www/fofredux-20060519/lib/model/feed.php on line 441 |