From: Evan R. <eva...@gm...> - 2006-05-01 22:12:35
|
nothing has changed there...so it's strange. i'm assuming that fof_get_feeds is not coming back, which leads me to believe that the options are not being pulled out correctly. probably more non-php4-compliant code on my parts or a default value which was missing is causing something to break. - go to /options.php and see if the options fields are filled in with any values? any stored values will be populated. - try to change each value and save it. (to force it into the database) - if you know how, you could export the fr_config table. you should have 7 name/value pairs. if somethings missing, you were using a default, which is no longer stored...i need to add this to install.php yet (or an object init function would be better actually) if you get errors doing that...let me know. /evan On 5/1/06, Miles Beck <mil...@gm...> wrote: > On 5/1/06, Evan Roth <eva...@gm...> wrote: > > ah, then you heard the man, Miles. yank out all those publics, there > > should be 3 of them, and hopefully it works. > > for the line we mentioned, change public to var, like this... > > var $vals =3D array(); > > That fixed the previous error I was getting. Now I am getting the > below error when I click on a feed with unread items in it. And also > when I View New Items. > > Fatal error: Call to a member function on a non-object in > /var/www/fofredux-20060501/view.php on line 83 > > > ------------------------------------------------------- > 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 > |