- From: Daniel DeLeo <
>
- To:
- Subject: [chef] Re: RV: RE: Re: 500 "Internal Server Error" chef-server-webui version 0.9.12
- Date: Fri, 24 Dec 2010 13:31:24 -0700
On Fri, Dec 24, 2010 at 1:30 AM,
<
">
> wrote:
I also got this
error
undefined method `fdiv' for 2526:Fixnum when try to
access some cookbook
This is also a known issue that's already been fixed. You can workaround by adding this to your configuration file:
unless 0.respond_to?(:fdiv)
class Numeric
def fdiv(numeric)
to_f / numeric
end
end
end
Dan DeLeo
Archive powered by MHonArc 2.6.16.