From: Kevin <ke...@dr...> - 2006-07-21 01:34:43
|
Miles Beck wrote: > On 7/20/06, Kevin <ke...@dr...> wrote: > >> I just made a few big commits tonight. Please retest this. I tried >> adding and deleting categories and all works for me. >> >> -Kevin >> > > Just tried out the 0720 snapshot and I am seeing the same problems > with adding and feed editing feeds. > > When trying to add a feed > Fatal error: Call to a member function on a non-object in > /var/www/fofreduxtest/lib/view_helper.php on line 272 > > When trying to edit a feed: > Fatal error: Call to a member function on a non-object in > /var/www/fofreduxtest/lib/view_helper.php on line 272 > > Both of these errors show up after "Category". > By any chance do you have *NO* categories in the database? ADODB Lite has a quirk where it will return false when a query has no results. This causes weird errors after you wrap that in a few layers of abstraction. I now remember running into this problem with feed and items. I've fixed this for categories, users, and tags. That should cover everything. I also added a change where it's impossible to delete the None category. -Kevin |