From: Andrew T. <ajt...@hi...> - 2006-05-21 19:42:46
|
Along these lines - what happened to using the testing framework Kevin put in place around v0.2? We should make sure whenever a function is added that appropriate tests are added, and run on a regular basis (nightly, bi-nightly, and/or with checkins) Andrew On 5/21/06, Miles Beck <mil...@gm...> wrote: > 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 seei= ng. > > 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 > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job ea= sier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronim= o > http://sel.as-us.falkag.net/sel?cmdlnk&kid=120709&bid&3057&dat=121642 > _______________________________________________ > Fofredux-devel mailing list > Fof...@li... > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > --=20 Andrew Turner ajt...@hi... 42.4266N x 83.4931W http://highearthorbit.com Northville, Michigan, USA |