From: Miles B. <mil...@gm...> - 2006-05-21 19:17:49
|
Is anyone else using php4? I'd like to see if we can get the errors I am reporting sorted out before too much work is done on other stuff and this gets left behind. Currently I cannot use any snapshot past the 19th due to errors I am seeing= . When trying to use the 0520 snapshot I see the below error. Fatal error: Call to a member function on a non-object in /var/www/fofredux-20060520/lib/model/feed.php on line 441 Then when I turn on debugging I see this 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-20060520/adodb_lite/adodb.inc.php:307) in /var/www/fofredux-20060520/header.php on line 83 And then this 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-20060520/lib/model/feed.php on line 441 Evan said he was unable to duplicate the issue I was having with the Options page. Could someone else try this and see if it breaks for them? If I use the following links, "view new items", "view all items, paged", "view today's items" and "view saved items". I am then able to see articles but between every article are errors like this: (mysql): SELECT id, name FROM fr_tags ORDER BY name Error (0): (mysql): SELECT tag_id FROM fr_x_tag_item WHERE item_id =3D '42136' Error (0): and (mysql): SELECT tag_id FROM fr_x_tag_item WHERE item_id =3D '42162' Error (0): and (mysql): SELECT tag_id FROM fr_x_tag_item WHERE item_id =3D '42025' Error (0): This continues for every article displayed. Do a backup of your database first, because if you are able to duplicate the problem with the Options page you may not be able to use the database again. At least I was not able to use it again and restored from a backup. Thanks for all your help and work on the project. -Miles |