It didn't exist. Since you said it should be 'off', I created it, set it to Boolean, and set the value to 0. Should that fix it? -----Original Message----- From: scoop-help-bounces at lists.kuro5hin.org [mailto:scoop-help-bounces at lists.kuro5hin.org] On Behalf Of Rusty Foster Sent: Wednesday, June 06, 2007 9:47 AM To: scott at guppylog.com Cc: scoop-help at lists.kuro5hin.org Subject: Re: [Scoop-help] Scoop filling my logs Check that the site control use_db_cache exists and is off. That error comes out of a short-lived experimental database caching scheme that shouldn't be used by anyone ever. You'd get that error if the site was returning Scoop::Statement db statement handles instead of regular DBI handles, and the calling code was trying to do a fetchrow_array on them, which doesn't exist in Scoop::Statement. --R