You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(92) |
Dec
(142) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(33) |
Feb
(65) |
Mar
(76) |
Apr
(172) |
May
(124) |
Jun
(45) |
Jul
(76) |
Aug
(78) |
Sep
(1) |
Oct
(20) |
Nov
(6) |
Dec
(2) |
2007 |
Jan
(12) |
Feb
(7) |
Mar
(17) |
Apr
(3) |
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
From: Kevin <ke...@dr...> - 2006-05-23 23:18:46
|
> On 5/22/06, Kevin <ke...@dr...> wrote: >> >> All these tests check strtotime() to make sure it can parse different >> formats of RSS timestamps I've seen. >> >> You're using php 4.something, right? These pass for me on php 5.0.x. >> Odd. >> >> >> -- >> Kevin > > A few questions.... > > Will these errors be fixed? Yes. It may be a while, I don't have a php4 install to test with. I am working on setting up UML so I can have alternate test environments to play with. (different php versions, different mysql version, etc) > Should I continue to use simpletest on > development snapshots? Please do. Our priority as devs should be to "not break the build".=20 Given php is interpreted, that really means: "all unit tests pass" > Should we drop php4 support and only support > php5 and beyond? > I'd rather not drop php4 support since that's what I use (and Debian > does not have php5 support yet in stable) but we are having a few > issues due to php4 it sounds like. From a coder standpoint, I would like nothing better. Unfortunately, we'= d be excluding a large portion of our potential user community. http://www.nexen.net/chiffres_cles/phpversion/php_stats_evolution_for_apr= il_2006.php http://www.nexen.net/chiffres_cles/phpversion/php_statistics_for_april_20= 06.php#majeure According to this, php5 only has 7% of total php installs. --=20 Kevin |
From: Miles B. <mil...@gm...> - 2006-05-23 22:23:38
|
On 5/22/06, Kevin <ke...@dr...> wrote: > > All these tests check strtotime() to make sure it can parse different > formats of RSS timestamps I've seen. > > You're using php 4.something, right? These pass for me on php 5.0.x. Od= d. > > > -- > Kevin A few questions.... Will these errors be fixed? Should I continue to use simpletest on development snapshots? Should we drop php4 support and only support php5 and beyond? I'd rather not drop php4 support since that's what I use (and Debian does not have php5 support yet in stable) but we are having a few issues due to php4 it sounds like. -Miles |
From: Kevin <ke...@dr...> - 2006-05-23 22:16:27
|
> On Fri, May 19, 2006 at 05:40:49PM -0600, Kevin wrote: >> Andrew Turner wrote: >> >So what is the current status of the Framework modifications? Is it >> >ready to get View stuff added to it? I'm going to be picking up and >> >putting together a bunch of View stuff this weekend and wanted to get >> >an idea of what's going on w/ the framework. >> The only operations remaining on the init.php restructuring ... > > I take it view.php is still undergoing restructuring? I haven't > looked into the framework much, but rss.php is currently in > framework-migration limbo (i.e., broken). I had been working on it > and figured I'd take responsibility for fitting it into the model > framework, but it has proven to be a larger task than I at first > assumed. :) So if anyone else would like to take a stab at updating > rss.php, I'd greatly appreciate it. rss.php uses fof_get_items(), yes? That hasn't been rewritten yet. I hope to have some free time to wrap that up this weekend. --=20 Kevin |
From: Katie B. <ka...@ho...> - 2006-05-23 21:48:53
|
On Fri, May 19, 2006 at 05:40:49PM -0600, Kevin wrote: > Andrew Turner wrote: > >So what is the current status of the Framework modifications? Is it > >ready to get View stuff added to it? I'm going to be picking up and > >putting together a bunch of View stuff this weekend and wanted to get > >an idea of what's going on w/ the framework. > The only operations remaining on the init.php restructuring ... I take it view.php is still undergoing restructuring? I haven't looked into the framework much, but rss.php is currently in framework-migration limbo (i.e., broken). I had been working on it and figured I'd take responsibility for fitting it into the model framework, but it has proven to be a larger task than I at first assumed. :) So if anyone else would like to take a stab at updating rss.php, I'd greatly appreciate it. -- Katie Bechtold http://hoteldetective.org/ |
From: Evan R. <eva...@gm...> - 2006-05-22 21:03:47
|
hey guys, i was getting annoyed at having to manage options in two places, default.config and the database. so, i've modified the install script to push all values from default.configinto the database, if they are not there already. NOTE: upon updating from svn or grabbing next snapshot, be sure to run the install script (it won't hurt your existing data) or as an alternative, sav= e once on the options screen before grabbing the new files, to be sure all th= e values are stored. what this means for the devs: 1. all new options need to be put into default.config when created. then they'll get put in the database upon running install.php. (an alternative would be to put these values directly into the install script, but i think it's simpler elsewhere) 2. Kev, your defaultOptions model is deprecated. i've commented it out in the code, if we need to rollback or something. all options are now in the db, so it's not necessary to load them from the file. /evan |
From: Miles B. <mil...@gm...> - 2006-05-22 20:24:05
|
On 5/22/06, Kevin <ke...@dr...> wrote: > All these tests check strtotime() to make sure it can parse different > formats of RSS timestamps I've seen. > > You're using php 4.something, right? These pass for me on php 5.0.x. Od= d. Correct. Php4 on Debian. |
From: Kevin <ke...@dr...> - 2006-05-22 19:56:19
|
Miles said: > I ran the script run_all.php just a few minutes ago and came up with > five errors. Should this be run every time there is a snapshot? Or run > again these errors are fixed if they are indeed problems? > > Below are the errors: > > Fail: miscitemreformattc -> testtitlequot -> True assertion got False > at line [29] This is a placeholder test, it will always fail until I write the code to make it pass. > Fail: timeconverttestcase -> testdcdateboingphp -> Equal expectation > fails because [Integer: -1] differs from [Integer: 1144623902] by > 1144623903 at line [29] > > Fail: timeconverttestcase -> testdcdateengadgetphp -> Equal > expectation fails because [Integer: -1] differs from [Integer: > 1144408775] by 1144408776 at line [38] > > Fail: timeconverttestcase -> testissuedmombphp -> Equal expectation > fails because [Integer: -1] differs from [Integer: 1144440060] by > 1144440061 at line [46] > > Fail: timeconverttestcase -> testissuedorphp -> Equal expectation > fails because [Integer: -1] differs from [Integer: 1144427127] by > 1144427128 at line [55] All these tests check strtotime() to make sure it can parse different formats of RSS timestamps I've seen. You're using php 4.something, right? These pass for me on php 5.0.x. Od= d. --=20 Kevin |
From: Miles B. <mil...@gm...> - 2006-05-22 19:10:16
|
I ran the script run_all.php just a few minutes ago and came up with five errors. Should this be run every time there is a snapshot? Or run again these errors are fixed if they are indeed problems? Below are the errors: Fail: miscitemreformattc -> testtitlequot -> True assertion got False at line [29] Fail: timeconverttestcase -> testdcdateboingphp -> Equal expectation fails because [Integer: -1] differs from [Integer: 1144623902] by 1144623903 at line [29] Fail: timeconverttestcase -> testdcdateengadgetphp -> Equal expectation fails because [Integer: -1] differs from [Integer: 1144408775] by 1144408776 at line [38] Fail: timeconverttestcase -> testissuedmombphp -> Equal expectation fails because [Integer: -1] differs from [Integer: 1144440060] by 1144440061 at line [46] Fail: timeconverttestcase -> testissuedorphp -> Equal expectation fails because [Integer: -1] differs from [Integer: 1144427127] by 1144427128 at line [55] -Miles |
From: Miles B. <mil...@gm...> - 2006-05-22 15:18:44
|
On 5/22/06, Evan Roth <eva...@gm...> wrote: > Miles, i see that kev has made a few validity checks before executing th= e > fatal code. can you give some feedback as to whether or not you are stil= l > getting the error with the latest snapshot? code revision of > lib/model/feed.php is 424 > > /evan WOO HOO!!! The options problem and the fatal error do not occur anymore in today's snapshot. Great work! -Miles |
From: Andrew T. <ajt...@hi...> - 2006-05-22 11:57:01
|
Yes, let's add simpletest to the vendor directory. I'll put in a "formal"... umm.. I guess feature request - since it's not just an answer or small bug fix, but major additions to some chunk of code. Thanks! Andrew On 5/22/06, Kevin <ke...@dr...> wrote: > Miles Beck wrote: > > On 5/21/06, Kevin <ke...@dr...> wrote: > >> That was the idea. I've started a test case for item search. I've ru= n > >> all the test cases recently and they still all pass. The problem is w= e > >> only have about 5-10% test coverage. Perhaps this should be a formal > >> feature/support request to write test cases for the rest of the code? > >> > >> The test cases are easy to run once simple test is installed. Should = we > >> bundle simpletest to make this easier for users/devs? > >> > >> -Kevin > > > > Would it be a lot of work to bundle it for the development snapshots > > and then remove it for a release? > > > > I'd certainly run it on each snapshot and report any results if it was > > bundled. > > > Not much work to bundle it. We already maintain 3-4 third party > software packages already. It would just add an extra step to exclude > it when packaging a release. > > -Kevin > > > ------------------------------------------------------- > 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?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > _______________________________________________ > 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 |
From: Evan R. <eva...@gm...> - 2006-05-22 10:22:34
|
Miles, i see that kev has made a few validity checks before executing the fatal code. can you give some feedback as to whether or not you are still getting the error with the latest snapshot? code revision of lib/model/feed.php is 424 /evan On 5/22/06, Kevin <ke...@dr...> wrote: > > Miles Beck wrote: > > On 5/21/06, Kevin <ke...@dr...> wrote: > >> That was the idea. I've started a test case for item search. I've ru= n > >> all the test cases recently and they still all pass. The problem is w= e > >> only have about 5-10% test coverage. Perhaps this should be a formal > >> feature/support request to write test cases for the rest of the code? > >> > >> The test cases are easy to run once simple test is installed. Should > we > >> bundle simpletest to make this easier for users/devs? > >> > >> -Kevin > > > > Would it be a lot of work to bundle it for the development snapshots > > and then remove it for a release? > > > > I'd certainly run it on each snapshot and report any results if it was > > bundled. > > > Not much work to bundle it. We already maintain 3-4 third party > software packages already. It would just add an extra step to exclude > it when packaging a release. > > -Kevin > > > ------------------------------------------------------- > 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 > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronim= o > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > _______________________________________________ > Fofredux-devel mailing list > Fof...@li... > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > |
From: Kevin <ke...@dr...> - 2006-05-22 05:31:58
|
Miles Beck wrote: > On 5/21/06, Kevin <ke...@dr...> wrote: >> That was the idea. I've started a test case for item search. I've run >> all the test cases recently and they still all pass. The problem is we >> only have about 5-10% test coverage. Perhaps this should be a formal >> feature/support request to write test cases for the rest of the code? >> >> The test cases are easy to run once simple test is installed. Should we >> bundle simpletest to make this easier for users/devs? >> >> -Kevin > > Would it be a lot of work to bundle it for the development snapshots > and then remove it for a release? > > I'd certainly run it on each snapshot and report any results if it was > bundled. > Not much work to bundle it. We already maintain 3-4 third party software packages already. It would just add an extra step to exclude it when packaging a release. -Kevin |
From: Miles B. <mil...@gm...> - 2006-05-22 01:27:12
|
On 5/21/06, Kevin <ke...@dr...> wrote: > That was the idea. I've started a test case for item search. I've run > all the test cases recently and they still all pass. The problem is we > only have about 5-10% test coverage. Perhaps this should be a formal > feature/support request to write test cases for the rest of the code? > > The test cases are easy to run once simple test is installed. Should we > bundle simpletest to make this easier for users/devs? > > -Kevin Would it be a lot of work to bundle it for the development snapshots and then remove it for a release? I'd certainly run it on each snapshot and report any results if it was bund= led. -Miles |
From: Kevin <ke...@dr...> - 2006-05-22 00:12:24
|
Andrew Turner wrote: > 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) > That was the idea. I've started a test case for item search. I've run all the test cases recently and they still all pass. The problem is we only have about 5-10% test coverage. Perhaps this should be a formal feature/support request to write test cases for the rest of the code? The test cases are easy to run once simple test is installed. Should we bundle simpletest to make this easier for users/devs? -Kevin |
From: Kevin <ke...@dr...> - 2006-05-21 23:57:06
|
Evan Roth wrote: > Kev, shall we add some better error handling there, so that if the > object is not created, we return a description of a Null-string? or > is there really no reason that the object is not valid? If the feed is not cached by magpierss, then FOF_RssModel::getRssFeed() will return false. So, that is possible and should be checked for. I have updated lib/model/feed.php. So, the next snapshot should work a little better. -Kevin |
From: Miles B. <mil...@gm...> - 2006-05-21 23:33:47
|
On 5/21/06, Evan Roth <eva...@gm...> wrote: > Miles, can you give me the URL to the feed that you are trying to > view/update when you got this error? The 441 error occurs when trying to go to the login page in the panel view http://65.39.84.166/fofredux-20060520/ and the frames view at: http://65.39.84.166/fofredux-20060520/index.php?view=3Dframes. It's not tied to a specific feed. -Miles |
From: Evan R. <eva...@gm...> - 2006-05-21 20:50:51
|
Miles, keep in mind error(0) is essentially no error, and when you have debugging of sql enabled, it will spill it all out, even when valid. what you are seeing for the tags (Sql on every item) is normal, as it's grabbing all tags for an item upon displaying it. the warning with the header.php should probably be fixed but it's not going to break anything. my first guess is that we sent a page header before enabling gzip or vice versa. the error that is stopping you is obviously Fatal error: Call to a member function on a non-object in /var/www/fofredux-20060520/lib/model/feed.php on line 441 For Kev, so you don't need to do any searching...the function that is blowing up is: function getDescription() { $rss =3D& FOF_ModelFactory::getRssModel(); $rss_feed =3D& $rss->getRssFeed($this->getUrl()); return $rss_feed->getDescription(); } it seems to only be in php4, since i have not had probs yet in php5. perhaps you recognize the problem quickly...on the return line. my naive guess is that the object $rss_feed is not being correctly initiate= d with $rss->getRssFeed, perhaps since the URL is non-existant or invalid. Miles, can you give me the URL to the feed that you are trying to view/update when you got this error? Kev, shall we add some better error handling there, so that if the object i= s not created, we return a description of a Null-string? or is there really no reason that the object is not valid? /evan On 5/21/06, Andrew Turner <ajt...@hi...> wrote: > > 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 > 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 > > > > > > ------------------------------------------------------- > > 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 > easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > > 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 > > > > > -- > Andrew Turner > ajt...@hi... 42.4266N x 83.4931W > http://highearthorbit.com Northville, Michigan, USA > > > ------------------------------------------------------- > 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 > easier > 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 > |
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 |
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 |
From: Evan R. <eva...@gm...> - 2006-05-21 12:57:16
|
frustrating, since everything is working fine here and i can't reproduce your problems at all. although the login is no longer working. kev, have you disabled this on purpose? /evan On 5/21/06, Miles Beck <mil...@gm...> wrote: > > On 5/21/06, Evan Roth <eva...@gm...> wrote: > > hey there miles, > > > > are you still getting this problem? i've been trying to reproduce it, > but > > for the life of me, it's not breaking. > > > > if you do still have it, would you mind detailing the steps you take to > get > > there as exactly as you can? > > > > thanks, > > /evan > Yes, I am still seeing this problem. > > Go to the Options page. De-select "list only feeds with unread items" > and then click the button "Save Options". Then click on a feed with > new items. Then the error occurs. > > On a side note, I also still cannot use a snapshot past the 19th. I > tried the snapshot from yesterday as well as the snapshot from the > 19th and am still getting a few errors that I detailed in my last > email. > > -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 > easier > 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 > |
From: Miles B. <mil...@gm...> - 2006-05-21 12:41:40
|
On 5/21/06, Evan Roth <eva...@gm...> wrote: > hey there miles, > > are you still getting this problem? i've been trying to reproduce it, bu= t > for the life of me, it's not breaking. > > if you do still have it, would you mind detailing the steps you take to g= et > there as exactly as you can? > > thanks, > /evan Yes, I am still seeing this problem. Go to the Options page. De-select "list only feeds with unread items" and then click the button "Save Options". Then click on a feed with new items. Then the error occurs. On a side note, I also still cannot use a snapshot past the 19th. I tried the snapshot from yesterday as well as the snapshot from the 19th and am still getting a few errors that I detailed in my last email. -Miles |
From: Evan R. <eva...@gm...> - 2006-05-21 12:20:41
|
hey there miles, are you still getting this problem? i've been trying to reproduce it, but for the life of me, it's not breaking. if you do still have it, would you mind detailing the steps you take to get there as exactly as you can? thanks, /evan On 5/19/06, Miles Beck <mil...@gm...> wrote: > > 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 hi= s > 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 > > > ------------------------------------------------------- > 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 > easier > 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 > |
From: Kevin <ke...@dr...> - 2006-05-19 23:45:26
|
Andrew Turner wrote: > So what is the current status of the Framework modifications? Is it > ready to get View stuff added to it? I'm going to be picking up and > putting together a bunch of View stuff this weekend and wanted to get > an idea of what's going on w/ the framework. The only operations remaining on the init.php restructuring are: * item add/remove tag * item search The first one is trivial. I just didn't get to it yes The second one is a horrible beast and I see much change in it's future. I plan on implementing the bare minimum in order to match the current functionality, then we can play with making it more elegant later on. -Kevin |
From: Evan R. <eva...@gm...> - 2006-05-19 21:52:54
|
from what i've seen, kev has gotten pretty far with it. before we start tweaking much further, it probably makes sense to use the weekend to focus on assuring that the code still works. note the problems miles is reporting, which i haven't had time to check out yet. as much as i'd love to jump in on the new features...view and/or multi-user...it probably makes the most sense to really check out all the changes that have been made...otherwise we'll have a tough time tracking back through the code. /evan On 5/19/06, Andrew Turner <ajt...@hi...> wrote: > > So what is the current status of the Framework modifications? Is it > ready to get View stuff added to it? I'm going to be picking up and > putting together a bunch of View stuff this weekend and wanted to get > an idea of what's going on w/ the framework. > > Thanks a bunch, > Andrew > > -- > Andrew Turner > ajt...@hi... 42.4266N x 83.4931W > http://highearthorbit.com Northville, Michigan, USA > > > ------------------------------------------------------- > 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 > easier > 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 > |
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 |