Benny Degezelle said the following on 03/06/08 02:55 PM:
>> $ radiant -v
>> Radiant 0.6.7
>> $ rake production  db:backup:write
>> (in /home/anton/Ruby/Radiant)
>> rake aborted!
>> The Shards extension is required and must be loaded first!
> 
> Anton,
> 
> Since 0.6.7, the shards extension is indeed no longer needed, but one of 
> your other extensions is still looking for it. Some extensions check for 
> the presence of the shards extension in their activate method, and raise 
> the error you pasted when they cannot find it.
> 
> Search for this line in your extensions, and comment it out;
> 
> raise "The Shards extension is required and must be loaded first!" 
> unless defined?(Shards)

Thanks.

It was in copy_move.

-- 
Results! Why, man, I have gotten a lot of results. I know several
thousand things that won't work.
    Thomas A. Edison
_______________________________________________
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to