From: Miles B. <mil...@gm...> - 2006-04-05 23:42:53
|
Recently I've noticed when I try and add a feed it fails the first time I try it. When I do it again it works. Below is the error message I get: Fatal error: Call to a member function on a non-object in /var/www/fofredux/init.php on line 133 |
From: Andrew T. (nilspace) <nil...@us...> - 2006-04-06 03:18:10
|
Miles, can you perhaps check the top of your init.php file and let me know the version number? The latest dev version is 1.59 and RC 0.3 is 1.57. That will help us find the actual line and possible error. Andrew On 4/5/06, Miles Beck <mil...@gm...> wrote: > Recently I've noticed when I try and add a feed it fails the first > time I try it. When I do it again it works. > > Below is the error message I get: > Fatal error: Call to a member function on a non-object in > /var/www/fofredux/init.php on line 133 > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting langua= ge > that extends applications into web and mobile media. Attend the live webc= ast > and join the prime developer group breaking into this new coding territor= y! > http://sel.as-us.falkag.net/sel?cmdlnk&kid=110944&bid$1720&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 |
From: Miles B. <mil...@gm...> - 2006-04-06 05:12:08
|
On 4/5/06, Andrew Turner (nilspace) <nil...@us...> wrote: > Miles, can you perhaps check the top of your init.php file and let me > know the version number? The latest dev version is 1.59 and RC 0.3 is > 1.57. > > That will help us find the actual line and possible error. > > Andrew My init.php version is 1.58. Where should I be getting the latest version from? I checked CVS and it shows 1.58 as the latest and I also checked Subversion but could not find the version. I also noticed the development snapshots are not correct. The last three days show a 1k file. |
From: Andrew T. <ajt...@hi...> - 2006-04-06 11:15:21
|
SourceForge had a major failure for about 5 days, and CVS was unavailable. This was resolved yesterday (or 2 days ago) for developers, but they haven't yet turned on "syncing" to the public version of CVS. Ths probably is true for our daily bundles as well. We'll look into it. In the meantime, I'm attaching a zip file (won't be attached for the fofredux-devel list, it doesn't allow attachments) of some updated files for you to drop into your folder and try out. I think the problem was that you got an intermediate checkin on some fixes I did to properly display the Category name when a feed is added. Another feature addition was the loading of the category from an OPML file. Please let me know if this addresses your problem. Andrew On 4/6/06, Miles Beck <mil...@gm...> wrote: > On 4/5/06, Andrew Turner (nilspace) <nil...@us...> wrot= e: > > Miles, can you perhaps check the top of your init.php file and let me > > know the version number? The latest dev version is 1.59 and RC 0.3 is > > 1.57. > > > > That will help us find the actual line and possible error. > > > > Andrew > > My init.php version is 1.58. Where should I be getting the latest > version from? I checked CVS and it shows 1.58 as the latest and I also > checked Subversion but could not find the version. > > I also noticed the development snapshots are not correct. The last > three days show a 1k file. > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting langua= ge > that extends applications into web and mobile media. Attend the live webc= ast > and join the prime developer group breaking into this new coding territor= y! > http://sel.as-us.falkag.net/sel?cmdlnk&kid=110944&bid$1720&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 |
From: Kevin <ke...@dr...> - 2006-04-06 17:11:55
|
> SourceForge had a major failure for about 5 days, and CVS was > unavailable. This was resolved yesterday (or 2 days ago) for > developers, but they haven't yet turned on "syncing" to the public > version of CVS. Ths probably is true for our daily bundles as well. > We'll look into it. The snapshot process appears to be fixed. I ran it manually with no prob= lem. --=20 Kevin |
From: Miles B. <mil...@gm...> - 2006-04-06 15:15:47
|
On 4/6/06, Andrew Turner <ajt...@hi...> wrote: > In the meantime, I'm attaching a zip file of some updated files for > you to drop into your folder and try out. I think the problem was that > you got an intermediate checkin on some fixes I did to properly > display the Category name when a feed is added. Another feature > addition was the loading of the category from an OPML file. > > Please let me know if this addresses your problem. > > Andrew That fixed the problem. Thanks -Miles |